All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Cc: kernel@pengutronix.de, Andy Whitcroft <apw@canonical.com>,
	Joe Perches <joe@perches.com>
Subject: [PATCH 0/5] print a hex number after a 0x prefix
Date: Wed, 26 Oct 2016 14:56:53 +0200	[thread overview]
Message-ID: <20161026125658.25728-1-u.kleine-koenig@pengutronix.de> (raw)

Hello,

these were found by

	git grep -i 0x%[lh]*[du]

Maybe it would make sense to catch this type of unconvenience in
checkpatch?

Best regards
Uwe

Uwe Kleine-König (5):
  fs: exofs: print a hex number after a 0x prefix
  block: DAC960: print a hex number after a 0x prefix
  ipack: print a hex number after a 0x prefix
  misc: sgi-gru: print a hex number after a 0x prefix
  cris/arch-v32: cryptocop: print a hex number after a 0x prefix

 arch/cris/arch-v32/drivers/cryptocop.c | 2 +-
 drivers/block/DAC960.c                 | 4 ++--
 drivers/ipack/ipack.c                  | 2 +-
 drivers/misc/sgi-gru/grumain.c         | 5 +++--
 fs/exofs/dir.c                         | 2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.9.3

             reply	other threads:[~2016-10-26 12:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26 12:56 Uwe Kleine-König [this message]
2016-10-26 12:56 ` [PATCH 1/5] fs: exofs: print a hex number after a 0x prefix Uwe Kleine-König
2016-10-26 12:56 ` [PATCH 2/5] block: DAC960: " Uwe Kleine-König
2016-10-26 12:56 ` [PATCH 3/5] ipack: " Uwe Kleine-König
2016-10-26 12:56 ` [PATCH 4/5] misc: sgi-gru: " Uwe Kleine-König
2016-10-26 13:47   ` Dimitri Sivanich
2016-10-27  6:05     ` Uwe Kleine-König
2016-10-26 12:56 ` [PATCH 5/5] cris/arch-v32: cryptocop: " Uwe Kleine-König
2016-10-26 19:50 ` [PATCH 0/5] " Andrew Morton
2016-10-26 23:35 ` Joe Perches
2016-10-27  6:51   ` Uwe Kleine-König

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=20161026125658.25728-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=akpm@linux-foundation.org \
    --cc=apw@canonical.com \
    --cc=joe@perches.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-kernel@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.