linux-kernel-test/drivers/firewire
Stefan Richter e1eff7a393 firewire: normalize a variable name
Standardize on  if (err)
                        handle_error;
           and  if (ret < 0)
                        handle_error;

Don't call a variable err if we store values in it which mean success.
Also, offset some return statements by a blank line since this how we do
it in drivers/firewire.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2009-03-24 20:56:48 +01:00
..
fw-card.c firewire: normalize a variable name 2009-03-24 20:56:48 +01:00
fw-cdev.c firewire: cdev: simplify a schedule_delayed_work wrapper 2009-03-24 20:56:46 +01:00
fw-device.c firewire: normalize a variable name 2009-03-24 20:56:48 +01:00
fw-device.h firewire: core: clean up includes 2009-03-24 20:56:47 +01:00
fw-iso.c firewire: normalize a variable name 2009-03-24 20:56:48 +01:00
fw-ohci.c firewire: normalize a variable name 2009-03-24 20:56:48 +01:00
fw-ohci.h firewire: fw-ohci: log regAccessFail events 2008-04-18 17:55:34 +02:00
fw-sbp2.c firewire: remove line breaks before function names 2009-03-24 20:56:40 +01:00
fw-topology.c firewire: remove line breaks before function names 2009-03-24 20:56:40 +01:00
fw-topology.h firewire: core: topology header fix 2009-03-24 20:56:43 +01:00
fw-transaction.c firewire: remove line breaks before function names 2009-03-24 20:56:40 +01:00
fw-transaction.h firewire: cdev: add ioctls for isochronous resource management 2009-03-24 20:56:43 +01:00
Kconfig firewire: Kconfig help update 2008-08-19 18:47:56 +02:00
Makefile firewire: prefix modules with firewire- instead of fw- 2007-05-27 23:21:01 +02:00