From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0306C72 for ; Fri, 27 Aug 2021 08:46:33 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10088"; a="217961152" X-IronPort-AV: E=Sophos;i="5.84,356,1620716400"; d="scan'208";a="217961152" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2021 01:46:28 -0700 X-IronPort-AV: E=Sophos;i="5.84,356,1620716400"; d="scan'208";a="599107092" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2021 01:46:26 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mJXVE-00EGyS-UN; Fri, 27 Aug 2021 11:46:20 +0300 Date: Fri, 27 Aug 2021 11:46:20 +0300 From: Andy Shevchenko To: Joe Perches Cc: Rasmus Villemoes , linux-scsi@vger.kernel.org, storagedev@microchip.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 0/5] vsprintf and uses: Add upper case output to %*ph extension Message-ID: References: <4b8e2987c1ff384bac497a20fcd75f9051990cff.camel@perches.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b8e2987c1ff384bac497a20fcd75f9051990cff.camel@perches.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Fri, Aug 27, 2021 at 01:10:41AM -0700, Joe Perches wrote: > On Fri, 2021-08-27 at 10:51 +0300, Andy Shevchenko wrote: > > On Thu, Aug 26, 2021 at 11:43:00AM -0700, Joe Perches wrote: > > > Several sysfs uses that could use %*ph are upper case hex output. > > > Add a flag to the short hex formatting routine in vsprintf to support them. > > > Add documentation too. > > > > Thanks! > > > > Unfortunately I have got only first patch and this cover letter. Can you, > > please, Cc entire series? > > It's on lore. > > https://lore.kernel.org/lkml/cover.1630003183.git.joe@perches.com/T/#u Thanks. So, you won't me to review them in a regular way :-) TBH, I think those examples may pretty much be safe to use small letters always. -- With Best Regards, Andy Shevchenko