All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: matthew@wil.cx, Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: grundler@parisc-linux.org, parisc-linux@parisc-linux.org,
	linux-kernel@vger.kernel.org
Subject: [patch] fix unterminated comment in asm-parisc/som.h
Date: Fri, 8 Oct 2004 14:47:55 +0200	[thread overview]
Message-ID: <20041008124754.GH5227@stusta.de> (raw)


The patch below fixes an unterminated comment in 
include/asm-parisc/som.h present in both 2.4 and 2.6 .

This bug was found using David A. Wheeler's 'SLOCCount'.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.9-rc3-mm3/include/asm-parisc/som.h.old	2004-10-08 14:38:44.000000000 +0200
+++ linux-2.6.9-rc3-mm3/include/asm-parisc/som.h	2004-10-08 14:39:10.000000000 +0200
@@ -5,4 +5,4 @@
 #include <linux/som.h>
 
 
-#endif /* _ASM_PARISC_SOM_H
+#endif /* _ASM_PARISC_SOM_H */

             reply	other threads:[~2004-10-08 12:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08 12:47 Adrian Bunk [this message]
2004-10-08 12:56 ` [parisc-linux] [patch] fix unterminated comment in asm-parisc/som.h Matthew Wilcox
2004-10-08 13:07   ` Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2004-10-08 12:47 Adrian Bunk

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=20041008124754.GH5227@stusta.de \
    --to=bunk@stusta.de \
    --cc=grundler@parisc-linux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=matthew@wil.cx \
    --cc=parisc-linux@parisc-linux.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.