All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vegard Nossum <vegard.nossum@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] Fix 'obviously wrong' header guards
Date: Tue, 12 Jun 2007 06:16:53 +0000	[thread overview]
Message-ID: <466E3A55.8010907@gmail.com> (raw)

Apparently this doesn't really matter, but it's nice to be nice.


From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Tue, 29 May 2007 12:33:51 +0200
Subject: [PATCH] Fix 'obviously wrong' header guards

---
  include/asm-arm/arch-iop13xx/dma.h |    2 +-
  include/asm-i386/seccomp.h         |    1 +
  include/asm-parisc/psw.h           |    1 +
  include/asm-sparc64/seccomp.h      |    1 +
  include/asm-x86_64/seccomp.h       |    1 +
  5 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/arch-iop13xx/dma.h 
b/include/asm-arm/arch-iop13xx/dma.h
index 2e15da5..d79846f 100644
--- a/include/asm-arm/arch-iop13xx/dma.h
+++ b/include/asm-arm/arch-iop13xx/dma.h
@@ -1,3 +1,3 @@
  #ifndef _IOP13XX_DMA_H
-#define _IOP13XX_DMA_H_
+#define _IOP13XX_DMA_H
  #endif
diff --git a/include/asm-i386/seccomp.h b/include/asm-i386/seccomp.h
index 18da19e..36e71c5 100644
--- a/include/asm-i386/seccomp.h
+++ b/include/asm-i386/seccomp.h
@@ -1,4 +1,5 @@
  #ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H

  #include <linux/thread_info.h>

diff --git a/include/asm-parisc/psw.h b/include/asm-parisc/psw.h
index 5a3e23c..5baddc4 100644
--- a/include/asm-parisc/psw.h
+++ b/include/asm-parisc/psw.h
@@ -1,4 +1,5 @@
  #ifndef _PARISC_PSW_H
+#define _PARISC_PSW_H


  #define	PSW_I	0x00000001
diff --git a/include/asm-sparc64/seccomp.h b/include/asm-sparc64/seccomp.h
index 7fcd996..9b20c34 100644
--- a/include/asm-sparc64/seccomp.h
+++ b/include/asm-sparc64/seccomp.h
@@ -1,4 +1,5 @@
  #ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H

  #include <linux/thread_info.h> /* already defines TIF_32BIT */

diff --git a/include/asm-x86_64/seccomp.h b/include/asm-x86_64/seccomp.h
index 553af65..76cfe69 100644
--- a/include/asm-x86_64/seccomp.h
+++ b/include/asm-x86_64/seccomp.h
@@ -1,4 +1,5 @@
  #ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H

  #include <linux/thread_info.h>

-- 
1.5.0.6

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors

                 reply	other threads:[~2007-06-12  6:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=466E3A55.8010907@gmail.com \
    --to=vegard.nossum@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.