linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Do not use 0x in front of %pa[pd]
@ 2015-11-30 20:45 Dmitry V. Krivenok
  2015-11-30 20:45 ` [PATCH 1/5] dma: do not use 0x in front of %pad Dmitry V. Krivenok
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Dmitry V. Krivenok @ 2015-11-30 20:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Nicolas Ferre, Vinod Koul, Wolfram Sang, Ross Zwisler,
	Dan Williams, Rob Herring, Frank Rowand, Grant Likely,
	Bjorn Helgaas, Ray Jui, Andy Shevchenko, Dmitry V. Krivenok

Do not use "0x" in front of %pa, %pap and %pad to avoid
duplicate "0x" in the output.

The changes were split per driver as suggested by
Andy Shevchenko.

Dmitry V. Krivenok (5):
  dma: do not use 0x in front of %pad
  i2c: do not use 0x in front of %pa
  nd: do not use 0x in front of %pa
  of: do not use 0x in front of %pa
  pci: do not use 0x in front of %pap

 drivers/dma/at_hdmac_regs.h   | 2 +-
 drivers/i2c/busses/i2c-st.c   | 2 +-
 drivers/nvdimm/pmem.c         | 2 +-
 drivers/of/fdt.c              | 2 +-
 drivers/pci/host/pcie-iproc.c | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.6.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-12-08 17:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 20:45 [PATCH 0/5] Do not use 0x in front of %pa[pd] Dmitry V. Krivenok
2015-11-30 20:45 ` [PATCH 1/5] dma: do not use 0x in front of %pad Dmitry V. Krivenok
2015-12-01  9:01   ` Nicolas Ferre
2015-12-08 14:48     ` Thierry Reding
2015-12-08 16:46       ` Vinod Koul
2015-12-05 10:54   ` Vinod Koul
2015-11-30 20:45 ` [PATCH 2/5] i2c: do not use 0x in front of %pa Dmitry V. Krivenok
2015-12-01  1:02   ` Wolfram Sang
2015-11-30 20:45 ` [PATCH 3/5] nd: " Dmitry V. Krivenok
2015-11-30 20:50   ` Dan Williams
2015-11-30 20:45 ` [PATCH 4/5] of: " Dmitry V. Krivenok
2015-12-08 17:31   ` Rob Herring
2015-11-30 20:45 ` [PATCH 5/5] pci: do not use 0x in front of %pap Dmitry V. Krivenok
2015-11-30 20:50   ` Ray Jui
2015-12-01  1:49   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).