can: uapi: can.h: Fix can error class mask dir path
authorDan Murphy <dmurphy@ti.com>
Tue, 29 May 2018 20:26:12 +0000 (15:26 -0500)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 27 Jul 2018 08:40:16 +0000 (10:40 +0200)
The CAN error masks header file is in the
include/uapi directory.

Fix the path in the header to the correct location.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/uapi/linux/can.h

index d7f97ac197a92b2960041ddf9474d74e4f13b9ea..0afb7d8e867f70827138c273e302cb9899b4fd7b 100644 (file)
@@ -77,7 +77,7 @@ typedef __u32 canid_t;
 /*
  * Controller Area Network Error Message Frame Mask structure
  *
- * bit 0-28    : error class mask (see include/linux/can/error.h)
+ * bit 0-28    : error class mask (see include/uapi/linux/can/error.h)
  * bit 29-31   : set to zero
  */
 typedef __u32 can_err_mask_t;