commit | bd474ca076af8ac6fa8c5f4167f6024b446a08c8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Aug 06 16:11:10 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 06 18:01:28 2014 -0700 |
tree | 9d4b902291cc808028e9095452dd3b23d1c4bc21 | |
parent | f2d7e4d4398092d14fb039cb4d38e502d3f019ee [diff] |
checkpatch: use the correct indentation for which() I copied the which subroutine from get_maintainer.pl. Unfortunately, get_maintainer uses a 4 space indentation so use the proper tab indentation instead. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>