From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79C42C4320A for ; Fri, 27 Aug 2021 10:23:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C0E260FE7 for ; Fri, 27 Aug 2021 10:23:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245074AbhH0KYo (ORCPT ); Fri, 27 Aug 2021 06:24:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:44268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244724AbhH0KYm (ORCPT ); Fri, 27 Aug 2021 06:24:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 45B8C60FE6; Fri, 27 Aug 2021 10:23:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630059834; bh=GlcuY2UtDqbSR3JyfcQrDkWEl5GGT63iUq4fz3sDAjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aB6OORNEDyR0kVgoykJhdsLhGROyL2TNixGBFr/ZA4Y9FRbrusoJEkVwNrI4Gus9s gxCP7x9sjTPjb5VYaLKlURuKWr5dR3McK5XOFr91zt88ukMTiqjjwZHYu0dFM9Wshd asSw/3gkb9i3lPm8hapCKlx8MoFSRXmTtJJj3MvU= Date: Fri, 27 Aug 2021 12:23:50 +0200 From: Greg KH To: Andy Shevchenko Cc: Joe Perches , 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 27, 2021 at 11:46:20AM +0300, Andy Shevchenko wrote: > 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. I agree, let's just fix the users here to use small letters instead of adding another modifier to the kernel. thanks, greg k-h