projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b7541
)
firewire: consistent ifndef blocks in header files
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Thu, 28 Dec 2006 15:20:00 +0000
(16:20 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Fri, 9 Mar 2007 21:02:38 +0000
(22:02 +0100)
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>
drivers/firewire/fw-device-cdev.h
patch
|
blob
|
history
drivers/firewire/fw-device.h
patch
|
blob
|
history
drivers/firewire/fw-topology.h
patch
|
blob
|
history
drivers/firewire/fw-transaction.h
patch
|
blob
|
history
diff --git
a/drivers/firewire/fw-device-cdev.h
b/drivers/firewire/fw-device-cdev.h
index 18b20c28a4068a3a8214acc6934e292c13bbe9e6..e2ae93361a557005cc3954a9ff3033ac067b611e 100644
(file)
--- 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 84cd5e7e2fcef387f78d442d7da54d18a6219e86..731abbe5330bb04cb7ae0076b6b21c9f34c8ba49 100644
(file)
--- 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 7582d6e16cbdfad8be8a10b606ca60ab9eb9afb8..32ea7cdb9e1199aebc283c84abb305e4b70d26dc 100644
(file)
--- 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 7f618f2373a533242e9aef83c61a7fdc6dee9388..292add509102334233c29cca96274ad125933200 100644
(file)
--- 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 <linux/device.h>
#include <linux/timer.h>
@@
-423,4
+423,4
@@
fw_core_handle_response(struct fw_card *card,
u32 length, u32 *payload);
-#endif /* __fw_
core
_h */
+#endif /* __fw_
transaction
_h */