commit | 23475408c618ecd5b44b7e069fd65ec73d17d9f0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jul 31 13:53:46 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 31 14:41:03 2013 -0700 |
tree | 5aa2b0afd68c713843a966c4473e486337f353ff | |
parent | bbeddf52adc1b4207674ab88686cbbe58c24f721 [diff] |
printk: use pointer for console_cmdline indexing Make the code a bit more compact by always using a pointer for the active console_cmdline. Move overly indented code to correct indent level. Signed-off-by: Joe Perches <joe@perches.com> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org> Cc: Ming Lei <ming.lei@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>