From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1438223457085121442==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] ptq: null_pcdesc can be static Date: Thu, 25 Jun 2020 09:50:12 +0800 Message-ID: <20200625015012.GA53172@4dbf92a5a042> In-Reply-To: <20200624171749.11927-9-tom@herbertland.com> List-Id: --===============1438223457085121442== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- ptq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/ptq.c b/net/core/ptq.c index edf6718e0a713..62ff7f6543632 100644 --- a/net/core/ptq.c +++ b/net/core/ptq.c @@ -11,7 +11,7 @@ #include #include = -struct ptq_cgroup_queue_desc null_pcdesc; +static struct ptq_cgroup_queue_desc null_pcdesc; = static DEFINE_MUTEX(ptq_mutex); =20 --===============1438223457085121442==--