The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org,
	"Justin P. Mattock" <justinmattock@gmail.com>
Subject: [PATCH 01/10]arch:mips:sibyte:sb1250:setup.c Remove pointless "@" from various parts of the kernel
Date: Fri, 12 Aug 2011 17:27:06 -0700	[thread overview]
Message-ID: <1313195235-4522-1-git-send-email-justinmattock@gmail.com> (raw)

From: "Justin P. Mattock" <justinmattock@gmail.com>

The patch series below removes some pointless "@"'s in various parts of the kernel.
Note: some might be useful, but then again, some just seemed a waste of space.
(and since the kernel is becomeing bloated, might as well diet! even if its a few bits)

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/sibyte/sb1250/setup.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/arch/mips/sibyte/sb1250/setup.c b/arch/mips/sibyte/sb1250/setup.c
index 92da315..81f9b74 100644
--- a/arch/mips/sibyte/sb1250/setup.c
+++ b/arch/mips/sibyte/sb1250/setup.c
@@ -202,9 +202,9 @@ void __init sb1250_setup(void)
 	switch (war_pass) {
 	case K_SYS_REVISION_BCM1250_PASS1:
 #ifndef CONFIG_SB1_PASS_1_WORKAROUNDS
-		printk("@@@@ This is a BCM1250 A0-A2 (Pass 1) board, "
+		printk("This is a BCM1250 A0-A2 (Pass 1) board, "
 		            "and the kernel doesn't have the proper "
-		            "workarounds compiled in. @@@@\n");
+		            "workarounds compiled in.\n");
 		bad_config = 1;
 #endif
 		break;
@@ -212,29 +212,28 @@ void __init sb1250_setup(void)
 		/* Pass 2 - easiest as default for now - so many numbers */
 #if !defined(CONFIG_SB1_PASS_2_WORKAROUNDS) || \
     !defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS)
-		printk("@@@@ This is a BCM1250 A3-A10 board, and the "
+		printk("This is a BCM1250 A3-A10 board, and the "
 		            "kernel doesn't have the proper workarounds "
-		            "compiled in. @@@@\n");
+		            "compiled in.\n");
 		bad_config = 1;
 #endif
 #ifdef CONFIG_CPU_HAS_PREFETCH
-		printk("@@@@ Prefetches may be enabled in this kernel, "
-		            "but are buggy on this board.  @@@@\n");
+		printk("Prefetches may be enabled in this kernel, "
+		            "but are buggy on this board.\n");
 		bad_config = 1;
 #endif
 		break;
 	case K_SYS_REVISION_BCM1250_PASS2_2:
 #ifndef CONFIG_SB1_PASS_2_WORKAROUNDS
-		printk("@@@@ This is a BCM1250 B1/B2. board, and the "
+		printk("This is a BCM1250 B1/B2. board, and the "
 		            "kernel doesn't have the proper workarounds "
-		            "compiled in. @@@@\n");
+		            "compiled in.\n");
 		bad_config = 1;
 #endif
 #if defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS) || \
     !defined(CONFIG_CPU_HAS_PREFETCH)
-		printk("@@@@ This is a BCM1250 B1/B2, but the kernel is "
-		            "conservatively configured for an 'A' stepping. "
-		            "@@@@\n");
+		printk("This is a BCM1250 B1/B2, but the kernel is "
+		            "conservatively configured for an 'A' stepping.\n");
 #endif
 		break;
 	default:
-- 
1.7.6


             reply	other threads:[~2011-08-13  0:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13  0:27 Justin P. Mattock [this message]
2011-08-13  0:27 ` [PATCH 02/10]arch:powerpc:kernel:rtasd.c Remove pointless "@" from various parts of the kernel Justin P. Mattock
2011-08-13  0:27 ` [PATCH 03/10]Documentation:usb:linux.inf " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 04/10]drivers:atm " Justin P. Mattock
2011-08-13  6:22   ` David Miller
2011-08-13  0:27 ` [PATCH 05/10]drivers:media " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 06/10]drivers:staging " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 07/10]drivers:net " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 08/10]fs " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 09/10]net " Justin P. Mattock
2011-08-13  0:27 ` [PATCH 10/10]include:linux " Justin P. Mattock
2011-08-15 15:51   ` Paul E. McKenney
2011-08-15 16:40     ` Jiri Kosina

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=1313195235-4522-1-git-send-email-justinmattock@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox