]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: rename clear_seq and clear_idx variables
authorJoe Perches <joe@perches.com>
Tue, 23 Oct 2012 02:50:20 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 24 Oct 2012 03:20:15 +0000 (14:20 +1100)
commitaafe3237863d8c3134d36e0f29b25c72922d084a
treebc22d17f5dc764ac37d37653dfeab31044812e20
parent77c03a3379342375de519d760b2cf751441a4a8b
printk: rename clear_seq and clear_idx variables

Make these variables more specific to the printk log subsystem
adding prefix printk_log_.  This allows them to become non-static.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Kay Sievers <kay@vrfy.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/printk/printk.c