public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string
@ 2014-08-02 22:20 Hans Wennborg
  2014-08-03  0:46 ` Joe Perches
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Wennborg @ 2014-08-02 22:20 UTC (permalink / raw)
  To: starvik, linux-cris-kernel, linux-kernel; +Cc: Hans Wennborg

Signed-off-by: Hans Wennborg <hans@hanshq.net>
---
 arch/cris/arch-v32/drivers/cryptocop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/cris/arch-v32/drivers/cryptocop.c b/arch/cris/arch-v32/drivers/cryptocop.c
index 877da19..0ae4f65 100644
--- a/arch/cris/arch-v32/drivers/cryptocop.c
+++ b/arch/cris/arch-v32/drivers/cryptocop.c
@@ -3155,7 +3155,7 @@ static void print_dma_descriptors(struct cryptocop_int_operation *iop)
 	printk("print_dma_descriptors start\n");
 
 	printk("iop:\n");
-	printk("\tsid: 0x%lld\n", iop->sid);
+	printk("\tsid: 0x%llx\n", iop->sid);
 
 	printk("\tcdesc_out: 0x%p\n", iop->cdesc_out);
 	printk("\tcdesc_in: 0x%p\n", iop->cdesc_in);
-- 
2.0.0.526.g5318336


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

end of thread, other threads:[~2014-08-05  1:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 22:20 [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string Hans Wennborg
2014-08-03  0:46 ` Joe Perches
2014-08-03  1:19   ` Hans Wennborg
2014-08-03  6:10     ` Joe Perches
2014-08-04  0:25       ` Hans Wennborg
2014-08-04  0:33         ` Joe Perches
2014-08-04  2:50           ` [PATCH] checkpatch: Add test for printf formats with 0x that emit decimal Joe Perches
2014-08-04  3:03             ` Hans Wennborg
2014-08-04  3:46               ` Joe Perches
2014-08-05  1:17                 ` Hans Wennborg
2014-08-03  2:26   ` [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox