diff options
| author | Dan Murphy <dmurphy@ti.com> | 2018-05-29 16:26:12 -0400 |
|---|---|---|
| committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2018-07-27 04:40:16 -0400 |
| commit | 3570a00841fb8a5d2f56ac7c59ccc6c91ea35944 (patch) | |
| tree | 32c2965a9d4a78cd9d63b0e937beeec12709f0d4 /include/uapi/linux | |
| parent | ecbcd689d74a394b711d2360aef7e5d007ec9d98 (diff) | |
can: uapi: can.h: Fix can error class mask dir path
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>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/can.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/can.h b/include/uapi/linux/can.h index d7f97ac197a9..0afb7d8e867f 100644 --- a/include/uapi/linux/can.h +++ b/include/uapi/linux/can.h | |||
| @@ -77,7 +77,7 @@ typedef __u32 canid_t; | |||
| 77 | /* | 77 | /* |
| 78 | * Controller Area Network Error Message Frame Mask structure | 78 | * Controller Area Network Error Message Frame Mask structure |
| 79 | * | 79 | * |
| 80 | * bit 0-28 : error class mask (see include/linux/can/error.h) | 80 | * bit 0-28 : error class mask (see include/uapi/linux/can/error.h) |
| 81 | * bit 29-31 : set to zero | 81 | * bit 29-31 : set to zero |
| 82 | */ | 82 | */ |
| 83 | typedef __u32 can_err_mask_t; | 83 | typedef __u32 can_err_mask_t; |
