diff options
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 2 | ||||
-rw-r--r-- | drivers/firewire/fw-device.h | 2 | ||||
-rw-r--r-- | drivers/firewire/fw-topology.h | 2 | ||||
-rw-r--r-- | drivers/firewire/fw-transaction.h | 6 |
4 files changed, 6 insertions, 6 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 */ |
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index 84cd5e7e2fce..731abbe5330b 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h | |||
@@ -124,4 +124,4 @@ fw_driver(struct device_driver *drv) | |||
124 | 124 | ||
125 | extern struct file_operations fw_device_ops; | 125 | extern struct file_operations fw_device_ops; |
126 | 126 | ||
127 | #endif | 127 | #endif /* __fw_device_h */ |
diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h index 7582d6e16cbd..32ea7cdb9e11 100644 --- a/drivers/firewire/fw-topology.h +++ b/drivers/firewire/fw-topology.h | |||
@@ -81,4 +81,4 @@ fw_node_put(struct fw_node *node) | |||
81 | void | 81 | void |
82 | fw_destroy_nodes(struct fw_card *card); | 82 | fw_destroy_nodes(struct fw_card *card); |
83 | 83 | ||
84 | #endif | 84 | #endif /* __fw_topology_h */ |
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 */ |