Return-Path: From: "Li, Philip" To: Marcel Holtmann , "Wu, Fengguang" CC: "Bag, Amit K" , "Hegde, Raghuram" , "linux-bluetooth@vger.kernel.org" , "kbuild-all@01.org" , "Ghorai, Sukumar" , "Tumkur Narayan, Chethan" Subject: RE: [kbuild-all] [PATCH] Bluetooth: btintel: fix ptr_ret.cocci warnings Date: Wed, 22 Aug 2018 01:52:34 +0000 Message-ID: <831EE4E5E37DCC428EB295A351E662494CC973EA@shsmsx102.ccr.corp.intel.com> References: <1534844080-31240-1-git-send-email-raghuram.hegde@intel.com> <20180821165530.GA139171@ivytown2> <6A5F5D79-0588-4F3F-A297-EE788D91C2D2@holtmann.org> In-Reply-To: <6A5F5D79-0588-4F3F-A297-EE788D91C2D2@holtmann.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: > Subject: Re: [kbuild-all] [PATCH] Bluetooth: btintel: fix ptr_ret.cocci warnings > > Hi, > > > drivers/bluetooth/btintel.c:416:1-3: WARNING: PTR_ERR_OR_ZERO can be > used > > > > > > Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR > > > > Generated by: scripts/coccinelle/api/ptr_ret.cocci > > > > Fixes: 38ca310b0d2c ("Bluetooth: btintel: Add platform device for rfkill signal") > > CC: Sukumar Ghorai > > Signed-off-by: kbuild test robot > > I am not going to apply patches from a robot. So can some human please > generate a patch with a proper authorship and signed-off-by line please. thanks for input, we (0-day ci) uniform the signature since various members working on the project, but we have email address specific to person in this kind of patch. Thus we use kbuild test robot for reports/patches/etc related to kernel build. And quite some patches are applied with this signed-off-by in kernel. If you prefer a human based one, you can use " Signed-off-by: Fengguang Wu " for this. Thanks > > Regards > > Marcel > > _______________________________________________ > kbuild-all mailing list > kbuild-all@lists.01.org > https://lists.01.org/mailman/listinfo/kbuild-all