]> rtime.felk.cvut.cz Git - can-utils.git/commitdiff
include: fix paths mentioned in files
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 21 Jan 2014 11:47:44 +0000 (12:47 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 23 Jan 2014 12:48:09 +0000 (13:48 +0100)
This patch fixes paths mentioned in the files which are wrong now, due the move
of the files in the previous patch.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/linux/can.h
include/linux/can/bcm.h
include/linux/can/error.h
include/linux/can/gw.h
include/linux/can/netlink.h
include/linux/can/raw.h

index 8452f0ea8fca734c685bc491048dd46331428dd3..2f77ab39b8049e66375201a05131c340bdfc8afc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can.h
+ * linux/can.h
  *
  * Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
  *
@@ -45,7 +45,7 @@ typedef __u32 canid_t;
 /*
  * Controller Area Network Error Message Frame Mask structure
  *
- * bit 0-28    : error class mask (see include/socketcan/can/error.h)
+ * bit 0-28    : error class mask (see include/linux/can/error.h)
  * bit 29-31   : set to zero
  */
 typedef __u32 can_err_mask_t;
index f10af828e5bc879a87009d82d6b5209a1b0a3f1b..3ebe387fea4d809790a26bbfc9aa3cea02f20cfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can/bcm.h
+ * linux/can/bcm.h
  *
  * Definitions for CAN Broadcast Manager (BCM)
  *
index b65c2317b40a8b8f024c465b575be8cc136c9ccf..7b7148bded711b1346a2274a09af5b505e7af72e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can/error.h
+ * linux/can/error.h
  *
  * Definitions of the CAN error messages to be filtered and passed to the user.
  *
index f709809c0e999eab35965cc0145f58574e8787ae..a9d43630c34abd9fbaec6857aee1ea892641fced 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can/gw.h
+ * linux/can/gw.h
  *
  * Definitions for CAN frame Gateway/Router/Bridge
  *
index 9bb47e31748e3123edb3cc215e7ec506fb42ea17..14966ddb7df1c5b056578ff622c77cd6400e8094 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can/netlink.h
+ * linux/can/netlink.h
  *
  * Definitions for the CAN netlink interface
  *
index c80bff0e6c6057f1f52bc256ab6d3d4239f34c08..a814062b07191819c80812b843a46bd80870344b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * socketcan/can/raw.h
+ * linux/can/raw.h
  *
  * Definitions for raw CAN sockets
  *