Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239621 > unrolled thread

[PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h

Started byGabriel Laskar <gabriel@lse.epita.fr>
First post2015-10-05 17:00 +0200
Last post2015-10-06 14:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-05 17:00 +0200
    Re: [PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h Arnd Bergmann <arnd@arndb.de> - 2015-10-06 14:50 +0200

#1239621 — [PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h

FromGabriel Laskar <gabriel@lse.epita.fr>
Date2015-10-05 17:00 +0200
Subject[PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h
Message-ID<qgfp8-21B-7@gated-at.bofh.it>
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
---

asm/ioctls.h contains definition for termios, not just the _IO* macros

 arch/x86/include/uapi/asm/mce.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/uapi/asm/mce.h b/arch/x86/include/uapi/asm/mce.h
index 76880ed..03429da 100644
--- a/arch/x86/include/uapi/asm/mce.h
+++ b/arch/x86/include/uapi/asm/mce.h
@@ -2,7 +2,7 @@
 #define _UAPI_ASM_X86_MCE_H
 
 #include <linux/types.h>
-#include <asm/ioctls.h>
+#include <linux/ioctl.h>
 
 /* Fields are zero when not available */
 struct mce {
-- 
2.6.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1240416

FromArnd Bergmann <arnd@arndb.de>
Date2015-10-06 14:50 +0200
Message-ID<qgzQR-6q5-1@gated-at.bofh.it>
In reply to#1239621
On Monday 05 October 2015 16:50:09 Gabriel Laskar wrote:
> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
> ---
> 
> asm/ioctls.h contains definition for termios, not just the _IO* macros
> 
> 

The patch looks reasonable, but the description you have below the ---
should be the actual changelog that is missing.

Also, please show how you found this, did it trigger some checking tool,
or did you find it through manual inspection?

With that fixed,

Acked-by: Arnd Bergmann <arnd@arndb.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web