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 05/10]drivers:media  Remove pointless "@" from various parts of the kernel
Date: Fri, 12 Aug 2011 17:27:10 -0700	[thread overview]
Message-ID: <1313195235-4522-5-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1313195235-4522-1-git-send-email-justinmattock@gmail.com>

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 become bloated, might as well diet! even if it's a few bits)

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

---
 drivers/media/dvb/frontends/au8522_priv.h |    2 +-
 drivers/media/video/au0828/au0828-video.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/dvb/frontends/au8522_priv.h b/drivers/media/dvb/frontends/au8522_priv.h
index 751e17d..7da60b6 100644
--- a/drivers/media/dvb/frontends/au8522_priv.h
+++ b/drivers/media/dvb/frontends/au8522_priv.h
@@ -373,7 +373,7 @@ void au8522_release_state(struct au8522_state *state);
 #define AU8522_SYSTEM_MODULE_CONTROL_1_REG0A5H_PAL		0x01
 #define AU8522_SYSTEM_MODULE_CONTROL_1_REG0A5H_FM		0x01
 
-/* STILL NEED TO BE REFACTORED @@@@@@@@@@@@@@ */
+/* STILL NEED TO BE REFACTORED */
 #define AU8522_TVDEC_CONTRAST_REG00BH_CVBS			0x79
 #define AU8522_TVDEC_SATURATION_CB_REG00CH_CVBS			0x80
 #define AU8522_TVDEC_SATURATION_CR_REG00DH_CVBS			0x80
diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c
index 0b3e481..c184bc2 100644
--- a/drivers/media/video/au0828/au0828-video.c
+++ b/drivers/media/video/au0828/au0828-video.c
@@ -340,7 +340,7 @@ static void au0828_copy_video(struct au0828_dev *dev,
 {
 	void *fieldstart, *startwrite, *startread;
 	int  linesdone, currlinedone, offset, lencopy, remain;
-	int bytesperline = dev->width << 1; /* Assumes 16-bit depth @@@@ */
+	int bytesperline = dev->width << 1; /* Assumes 16-bit depth */
 
 	if (len == 0)
 		return;
-- 
1.7.6


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

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13  0:27 [PATCH 01/10]arch:mips:sibyte:sb1250:setup.c Remove pointless "@" from various parts of the kernel Justin P. Mattock
2011-08-13  0:27 ` [PATCH 02/10]arch:powerpc:kernel:rtasd.c " 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 ` Justin P. Mattock [this message]
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-5-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