From 687198bbd2679cb72cf381da070082d3d9f57edf Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Thu, 28 Dec 2006 16:20:00 +0100 Subject: 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 --- drivers/firewire/fw-device-cdev.h | 2 +- drivers/firewire/fw-device.h | 2 +- drivers/firewire/fw-topology.h | 2 +- drivers/firewire/fw-transaction.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'drivers') diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index 18b20c28a40..e2ae93361a5 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h @@ -143,4 +143,4 @@ struct fw_cdev_send_iso { __s32 cycle; }; -#endif +#endif /* __fw_cdev_h */ diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index 84cd5e7e2fc..731abbe5330 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h @@ -124,4 +124,4 @@ fw_driver(struct device_driver *drv) extern struct file_operations fw_device_ops; -#endif +#endif /* __fw_device_h */ diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h index 7582d6e16cb..32ea7cdb9e1 100644 --- a/drivers/firewire/fw-topology.h +++ b/drivers/firewire/fw-topology.h @@ -81,4 +81,4 @@ fw_node_put(struct fw_node *node) void fw_destroy_nodes(struct fw_card *card); -#endif +#endif /* __fw_topology_h */ diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 7f618f2373a..292add50910 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h @@ -19,8 +19,8 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __fw_core_h -#define __fw_core_h +#ifndef __fw_transaction_h +#define __fw_transaction_h #include #include @@ -423,4 +423,4 @@ fw_core_handle_response(struct fw_card *card, u32 length, u32 *payload); -#endif /* __fw_core_h */ +#endif /* __fw_transaction_h */ -- cgit v1.2.3