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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 344F6C07E9D for ; Sat, 24 Sep 2022 21:43:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233934AbiIXVnk convert rfc822-to-8bit (ORCPT ); Sat, 24 Sep 2022 17:43:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230465AbiIXVni (ORCPT ); Sat, 24 Sep 2022 17:43:38 -0400 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DF514598B for ; Sat, 24 Sep 2022 14:43:37 -0700 (PDT) Received: from omf13.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay04.hostedemail.com (Postfix) with ESMTP id ED7F41A017C; Sat, 24 Sep 2022 21:43:35 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf13.hostedemail.com (Postfix) with ESMTPA id 21D8A2000E; Sat, 24 Sep 2022 21:43:22 +0000 (UTC) Message-ID: <3bd6cce3cb8cb2fef74db8715dbe5170c142c5e6.camel@perches.com> Subject: Re: checkpatch: question about "patch prefix 'b' exists" warning From: Joe Perches To: Masahiro Yamada , Andy Whitcroft , Dwaipayan Ray , Lukas Bulwahn Cc: Linux Kernel Mailing List Date: Sat, 24 Sep 2022 14:43:32 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.44.4 (3.44.4-2.fc36) MIME-Version: 1.0 X-Rspamd-Queue-Id: 21D8A2000E X-Stat-Signature: 9scq6fxcxj83so887t3fkebytdptkace X-Rspamd-Server: rspamout01 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX19MimW3oi3oDX0/mLraNdNXMN47XjkRNro= X-HE-Tag: 1664055802-13132 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2022-09-25 at 03:03 +0900, Masahiro Yamada wrote: > (+CC: LKML) > On Sun, Sep 25, 2022 at 3:00 AM Masahiro Yamada wrote: > > When I used scripts/checkpatch.pl to check a patch file > > generated by 'git format-patch', I observed this warning, > > > > WARNING: patch prefix 'b' exists, appears to be a -p0 patch [] > > Is this intentional behavior? Yes.