commit | 044fa782ebb9472cf5253e95d9a625fd4c0bdd99 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 02 23:50:03 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 03 08:56:24 2008 +0100 |
tree | 19282ded5d8a1b48690de199cec34d73730cd130 | |
parent | 14a866c567e040ccf6240d68b083dd1dbbde63e6 [diff] |
ring-buffer: change "page" variable names to "bpage" Impact: clean up Andrew Morton pointed out that the kernel convention of a variable named page should be of type page struct. The ring buffer uses a variable named "page" for a pointer to something else. This patch converts those to be called "bpage" (as in "buffer page"). Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>