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:
b9e5eb0
)
ieee1394: unroll a weird macro
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sat, 17 Mar 2007 23:55:15 +0000
(
00:55
+0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 29 Apr 2007 22:00:29 +0000
(
00:00
+0200)
This is a coding style touch-up for ieee1394's handle_incoming_packet().
A preprocessor macro contained hardwired variable names and, even worse,
the 'break' keyword. This macro is now unrolled and removed.
Also, all 'break's which had the effect of a return are replaced by
return. And a FIXME comment is brought up to date.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found