git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc90c86
)
[SCSI] zfcp: Add comments to switch/case fallthroughs
author
Christof Schmitt
<christof.schmitt@de.ibm.com>
Fri, 15 May 2009 11:18:18 +0000
(13:18 +0200)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Sat, 23 May 2009 20:44:15 +0000
(15:44 -0500)
Add comments where there is a deliberate fall through in switch/case
statements. This makes some code checkers happy and makes it clear
that there is no missing break statement.
Reviewed-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found