From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kent Overstreet Subject: Re: [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output Date: Tue, 2 May 2023 02:21:53 -0400 Message-ID: References: <20230501165450.15352-1-surenb@google.com> <20230501165450.15352-2-surenb@google.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683008526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Mq+P+Or5S2cDa8uRDb0VbMIKnPfazrh1Ie3ittG4NpA=; b=XXE5oA4K0foSqGpEMs5DFo9JRWgR09BYr3Ma0eT30ZOhwthVb3O/V+qRUxwdfKHZL4Mint oPKMfW+hpt8eyu2fmB/QtHlqyNk7CkkrzpA8PgAk0M84iBkx6GuS79HBOZsj7ELnwo8Pve C4RczgcqhGYjzbqdsVwlXHhdT/Cxqoc= Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andy Shevchenko Cc: James Bottomley , Suren Baghdasaryan , akpm@linux-foundation.org, mhocko@suse.com, vbabka@suse.cz, hannes@cmpxchg.org, roman.gushchin@linux.dev, mgorman@suse.de, willy@infradead.org, liam.howlett@oracle.com, corbet@lwn.net, void@manifault.com, peterz@infradead.org, juri.lelli@redhat.com, ldufour@linux.ibm.com, catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de, tglx@linutronix.de, mingo@redhat.com, dave.hansen@linux.intel.com, x86@kernel.org, peterx@redhat.com, david@redhat.com, axboe@kernel.dk, mcgrof@kernel.org, masahiroy@kernel.org, nathan@kernel.org, dennis@kernel.org, tj@kernel.org, muchun.song@linux.dev, rppt@kernel.org, paulmck@kernel.org, pasha.tatashin@soleen.com, yosryahmed@google.com, yuzhao@google.com, dhowe On Tue, May 02, 2023 at 08:33:57AM +0300, Andy Shevchenko wrote: > Actually instead of producing zillions of variants, do a %p extension > to the printf() and that's it. We have, for example, %pt with T and > with space to follow users that want one or the other variant. Same > can be done with string_get_size(). God no.