From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934319AbcJZTu0 (ORCPT ); Wed, 26 Oct 2016 15:50:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37395 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932910AbcJZTuV (ORCPT ); Wed, 26 Oct 2016 15:50:21 -0400 Date: Wed, 26 Oct 2016 12:50:19 -0700 From: Andrew Morton To: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= Cc: linux-kernel@vger.kernel.org, kernel@pengutronix.de, Andy Whitcroft , Joe Perches , Boaz Harrosh , Benny Halevy , Samuel Iglesias Gonsalvez , Jens Taprogge , Greg Kroah-Hartman , Dimitri Sivanich , Mikael Starvik , Jesper Nilsson Subject: Re: [PATCH 0/5] print a hex number after a 0x prefix Message-Id: <20161026125019.19bd9548ef2b64f6e38a3600@linux-foundation.org> In-Reply-To: <20161026125658.25728-1-u.kleine-koenig@pengutronix.de> References: <20161026125658.25728-1-u.kleine-koenig@pengutronix.de> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Oct 2016 14:56:53 +0200 Uwe Kleine-K__nig wrote: > 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 um, lol, yup, thanks. I'll slam all five into 4.9-rcX.