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=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 AA776C4727E for ; Wed, 30 Sep 2020 09:57:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E3392075F for ; Wed, 30 Sep 2020 09:57:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729041AbgI3J5x convert rfc822-to-8bit (ORCPT ); Wed, 30 Sep 2020 05:57:53 -0400 Received: from szxga08-in.huawei.com ([45.249.212.255]:51996 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727657AbgI3J5w (ORCPT ); Wed, 30 Sep 2020 05:57:52 -0400 Received: from dggeme701-chm.china.huawei.com (unknown [172.30.72.56]) by Forcepoint Email with ESMTP id E608E9F67144460A1187; Wed, 30 Sep 2020 17:57:44 +0800 (CST) Received: from dggeme753-chm.china.huawei.com (10.3.19.99) by dggeme701-chm.china.huawei.com (10.1.199.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1913.5; Wed, 30 Sep 2020 17:57:44 +0800 Received: from dggeme753-chm.china.huawei.com ([10.7.64.70]) by dggeme753-chm.china.huawei.com ([10.7.64.70]) with mapi id 15.01.1913.007; Wed, 30 Sep 2020 17:57:44 +0800 From: linmiaohe To: "arnd@arndb.de" CC: "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] locking/atomic/bitops: Fix some wrong param names in comments Thread-Topic: [PATCH] locking/atomic/bitops: Fix some wrong param names in comments Thread-Index: AdaXEBX7ZwOiGoS6QqevemLv2dOXxg== Date: Wed, 30 Sep 2020 09:57:44 +0000 Message-ID: Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.174.176.109] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Friendly ping :) > Correct the wrong param name @addr to @p. > > Signed-off-by: Miaohe Lin > --- > include/asm-generic/bitops/lock.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/include/asm-generic/bitops/lock.h b/include/asm-generic/bitops/lock.h