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 64AAFC43217 for ; Mon, 10 Oct 2022 02:39:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231139AbiJJCjK (ORCPT ); Sun, 9 Oct 2022 22:39:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230445AbiJJCjH (ORCPT ); Sun, 9 Oct 2022 22:39:07 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27A624A10F; Sun, 9 Oct 2022 19:39:03 -0700 (PDT) Received: from kwepemi500016.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Mm30572DNzmV9k; Mon, 10 Oct 2022 10:34:29 +0800 (CST) Received: from huawei.com (10.174.178.129) by kwepemi500016.china.huawei.com (7.221.188.220) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Mon, 10 Oct 2022 10:39:01 +0800 From: Kemeng Shi To: , CC: , , , Subject: [PATCH 0/4] A few cleanup patches for blk-cgroup Date: Mon, 10 Oct 2022 10:38:55 +0800 Message-ID: <20221010023859.11896-1-shikemeng@huawei.com> X-Mailer: git-send-email 2.14.1.windows.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.174.178.129] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemi500016.china.huawei.com (7.221.188.220) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org This series contains a few cleanup patches to correct comment, remove unnecessary exit and add NULL check. Kemeng Shi (4): blk-cgroup: Remove unnecessary blk_ioprio_exit in blkcg_init_queue blk-cgroup: correct comment for blk_alloc_queue and blk_exit_queue blk-cgroup: Add NULL check of pd_alloc_fn in blkcg_activate_policy blk-cgroup: Fix typo in comment block/blk-cgroup.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -- 2.30.0