diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-12-28 10:20:00 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:38 -0500 |
commit | 687198bbd2679cb72cf381da070082d3d9f57edf (patch) | |
tree | 7b72368adf8fab07796e44f3e7391a640338f6fc /drivers/firewire/fw-transaction.h | |
parent | 35b7541c8fb40e298017c2b1a90d82d740c3e2eb (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-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 7f618f2373a5..292add509102 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -19,8 +19,8 @@ | |||
19 | * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef __fw_core_h | 22 | #ifndef __fw_transaction_h |
23 | #define __fw_core_h | 23 | #define __fw_transaction_h |
24 | 24 | ||
25 | #include <linux/device.h> | 25 | #include <linux/device.h> |
26 | #include <linux/timer.h> | 26 | #include <linux/timer.h> |
@@ -423,4 +423,4 @@ fw_core_handle_response(struct fw_card *card, | |||
423 | u32 length, u32 *payload); | 423 | u32 length, u32 *payload); |
424 | 424 | ||
425 | 425 | ||
426 | #endif /* __fw_core_h */ | 426 | #endif /* __fw_transaction_h */ |