linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] can.h: Fix can error class mask dir path
@ 2018-05-29 20:26 Dan Murphy
  2018-07-23 11:45 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Murphy @ 2018-05-29 20:26 UTC (permalink / raw)
  To: socketcan, mkl, linux-can; +Cc: linux-kernel, 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 <dmurphy@ti.com>
---
 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
index d7f97ac197a9..0afb7d8e867f 100644
--- a/include/uapi/linux/can.h
+++ b/include/uapi/linux/can.h
@@ -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;
-- 
2.17.0.582.gccdcbd54c

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] can.h: Fix can error class mask dir path
  2018-05-29 20:26 [PATCH] can.h: Fix can error class mask dir path Dan Murphy
@ 2018-07-23 11:45 ` Marc Kleine-Budde
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2018-07-23 11:45 UTC (permalink / raw)
  To: Dan Murphy, socketcan, linux-can; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 545 bytes --]

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 <dmurphy@ti.com>

Applied to linux-can-next.

Tnx,
Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-23 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 20:26 [PATCH] can.h: Fix can error class mask dir path Dan Murphy
2018-07-23 11:45 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).