]> 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>
Tue, 23 Oct 2012 03:11:51 +0000 (14:11 +1100)
commit75c93c16bc81339df384d904a0b72b9f10263f5e
treefb729c133d7921a760d45d181ec6ce13dc63ab54
parent51a63879a638ca19262d814fdba42d6fbbf02428
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