aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2006-12-28 10:20:00 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-03-09 16:02:38 -0500
commit687198bbd2679cb72cf381da070082d3d9f57edf (patch)
tree7b72368adf8fab07796e44f3e7391a640338f6fc /drivers/firewire/fw-device-cdev.h
parent35b7541c8fb40e298017c2b1a90d82d740c3e2eb (diff)
firewire: consistent ifndef blocks in header files
Replace __fw_core_h by __fw_transaction_h to match the file name. Add comments to the final #endif in header files. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r--drivers/firewire/fw-device-cdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h
index 18b20c28a406..e2ae93361a55 100644
--- a/drivers/firewire/fw-device-cdev.h
+++ b/drivers/firewire/fw-device-cdev.h
@@ -143,4 +143,4 @@ struct fw_cdev_send_iso {
143 __s32 cycle; 143 __s32 cycle;
144}; 144};
145 145
146#endif 146#endif /* __fw_cdev_h */