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>
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index 7f618f2..292add5 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 <linux/device.h>
 #include <linux/timer.h>
@@ -423,4 +423,4 @@
                         u32 length, u32 *payload);
 
 
-#endif /* __fw_core_h */
+#endif /* __fw_transaction_h */