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 B0C04EB64DA for ; Tue, 18 Jul 2023 05:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229891AbjGRFlH (ORCPT ); Tue, 18 Jul 2023 01:41:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229667AbjGRFlF (ORCPT ); Tue, 18 Jul 2023 01:41:05 -0400 Received: from mx3.molgen.mpg.de (mx3.molgen.mpg.de [141.14.17.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBB98E43; Mon, 17 Jul 2023 22:41:03 -0700 (PDT) Received: from [192.168.0.2] (ip5f5aefe8.dynamic.kabel-deutschland.de [95.90.239.232]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 6E15F61E5FE01; Tue, 18 Jul 2023 07:40:38 +0200 (CEST) Message-ID: <41f91e8e-8038-22d8-baa6-91f98afe405d@molgen.mpg.de> Date: Tue, 18 Jul 2023 07:40:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v2] Bluetooth: hci_event: Ignore NULL link key To: Chun-Yi Lee Cc: Marcel Holtmann , Johan Hedberg , "David S . Miller" , linux-kernel@vger.kernel.org, Luiz Augusto von Dentz , Markus Elfring , Dan Carpenter , linux-bluetooth@vger.kernel.org, "Lee, Chun-Yi" References: <20230718034337.23502-1-jlee@suse.com> Content-Language: en-US From: Paul Menzel In-Reply-To: <20230718034337.23502-1-jlee@suse.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Dear Chun-Yi, Thank you for your patch. Am 18.07.23 um 05:43 schrieb Lee, Chun-Yi : […] > Signed-off-by: "Lee, Chun-Yi" As checkpatch.pl also reports, please make sure the author and Signed-off-by entry match. $ git config --global user.name "Chun-Yi Lee" $ git commit --amend --author="Chun-Yi Lee " -s (It’s also common to write the name in the order, so no comma is needed.) `git format-patch` should not generate a patch with a dedicated `From:` at the beginning, so you can send it from a different email account. (No idea, why upstream Linux kernel development shouldn’t work with your SUSE address.) Kind regards, Paul