Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dan Murphy and committed by
Marc Kleine-Budde
3570a008 ecbcd689

+1 -1
+1 -1
include/uapi/linux/can.h
··· 77 77 /* 78 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 81 * bit 29-31 : set to zero 82 82 */ 83 83 typedef __u32 can_err_mask_t;