commit | d4c60085a97549ad3bb648e0652b9b48b7e42fa8 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Mar 18 00:55:15 2007 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Apr 30 00:00:29 2007 +0200 |
tree | 18945678f888b124c076553cb14f2d6803763448 | |
parent | b9e5eb067b6882f564e1daa26e37ad6145f01da4 [diff] |
ieee1394: unroll a weird macro 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>