Message ID | 20230905024835.43219-1-yangxingui@huawei.com |
---|---|
Headers | show
Return-Path: <linux-scsi-owner@vger.kernel.org> 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 39CBFCA0FE2 for <linux-scsi@archiver.kernel.org>; Tue, 5 Sep 2023 16:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236840AbjIEQGO (ORCPT <rfc822;linux-scsi@archiver.kernel.org>); Tue, 5 Sep 2023 12:06:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343917AbjIEC53 (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Mon, 4 Sep 2023 22:57:29 -0400 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C23BECC9; Mon, 4 Sep 2023 19:57:25 -0700 (PDT) Received: from dggpemm500012.china.huawei.com (unknown [172.30.72.56]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4RfqpP0YmVzMl5w; Tue, 5 Sep 2023 10:54:05 +0800 (CST) Received: from localhost.localdomain (10.50.163.32) by dggpemm500012.china.huawei.com (7.185.36.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Tue, 5 Sep 2023 10:57:23 +0800 From: Xingui Yang <yangxingui@huawei.com> To: <jejb@linux.ibm.com>, <martin.petersen@oracle.com>, <john.g.garry@oracle.com>, <damien.lemoal@opensource.wdc.com> CC: <andriy.shevchenko@linux.intel.com>, <akpm@linux-foundation.org>, <viro@zeniv.linux.org.uk>, <himanshu.madhani@cavium.com>, <felipe.balbi@linux.intel.com>, <gregkh@linuxfoundation.org>, <uma.shankar@intel.com>, <anshuman.gupta@intel.com>, <animesh.manna@intel.com>, <linux-usb@vger.kernel.org>, <linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linuxarm@huawei.com>, <yangxingui@huawei.com>, <prime.zeng@hisilicon.com>, <kangfenglong@huawei.com>, <chenxiang66@hisilicon.com> Subject: [PATCH v6 0/3] Add helper macro DEFINE_SHOW_STORE_ATTRIBUTE() at seq_file.c Date: Tue, 5 Sep 2023 02:48:32 +0000 Message-ID: <20230905024835.43219-1-yangxingui@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggpemm500012.china.huawei.com (7.185.36.89) X-CFilter-Loop: Reflected Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org |
Series |
Add helper macro DEFINE_SHOW_STORE_ATTRIBUTE() at seq_file.c
|
expand
|