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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user