mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-04 21:17:58 +07:00
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>
This commit is contained in:
parent
35b7541c8f
commit
687198bbd2
drivers/firewire
@ -143,4 +143,4 @@ struct fw_cdev_send_iso {
|
|||||||
__s32 cycle;
|
__s32 cycle;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif /* __fw_cdev_h */
|
||||||
|
@ -124,4 +124,4 @@ fw_driver(struct device_driver *drv)
|
|||||||
|
|
||||||
extern struct file_operations fw_device_ops;
|
extern struct file_operations fw_device_ops;
|
||||||
|
|
||||||
#endif
|
#endif /* __fw_device_h */
|
||||||
|
@ -81,4 +81,4 @@ fw_node_put(struct fw_node *node)
|
|||||||
void
|
void
|
||||||
fw_destroy_nodes(struct fw_card *card);
|
fw_destroy_nodes(struct fw_card *card);
|
||||||
|
|
||||||
#endif
|
#endif /* __fw_topology_h */
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __fw_core_h
|
#ifndef __fw_transaction_h
|
||||||
#define __fw_core_h
|
#define __fw_transaction_h
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/timer.h>
|
#include <linux/timer.h>
|
||||||
@ -423,4 +423,4 @@ fw_core_handle_response(struct fw_card *card,
|
|||||||
u32 length, u32 *payload);
|
u32 length, u32 *payload);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __fw_core_h */
|
#endif /* __fw_transaction_h */
|
||||||
|
Loading…
Reference in New Issue
Block a user