Re: [PATCH] can.h: Fix can error class mask dir path

2018-07-23 Thread Marc Kleine-Budde
On 05/29/2018 10:26 PM, Dan Murphy wrote: > 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 Applied to linux-can-next. Tnx, Marc -- Pengutronix e.K. | Marc Kleine-Budde

[PATCH] can.h: Fix can error class mask dir path

2018-05-29 Thread Dan Murphy
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 --- include/uapi/linux/can.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/can.h b/include/uapi/linux/can.h in