commit | 1bdab9e5881fde3bf66528db5b91477ce4b35b3b | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:17 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:34 2008 -0700 |
tree | 286e57468f42dd1acb83d810d049598b7e3978a6 | |
parent | 14b111c158116f02c1c862397075e28ac12d65d6 [diff] |
checkpatch: switch indent allow plain return It is a common and sane idiom to allow a single return on the end of a case statement: switch (...) { case foo: return bar; } Add an exception for this. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>