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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 A8263C49361 for ; Thu, 17 Jun 2021 12:55:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 837AA61351 for ; Thu, 17 Jun 2021 12:55:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232083AbhFQM5q (ORCPT ); Thu, 17 Jun 2021 08:57:46 -0400 Received: from mga14.intel.com ([192.55.52.115]:56980 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230137AbhFQM5o (ORCPT ); Thu, 17 Jun 2021 08:57:44 -0400 IronPort-SDR: LjwjDrABvrSZU5k9Xoid7m+pguyBzEpLZuNwZCsab1hVsH5QarZ3PTV/1iqZap+6/dcRMOw8rM x05b+KKVaWcQ== X-IronPort-AV: E=McAfee;i="6200,9189,10017"; a="206180083" X-IronPort-AV: E=Sophos;i="5.83,280,1616482800"; d="scan'208";a="206180083" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2021 05:55:30 -0700 IronPort-SDR: 9hRuB0jGPR1x7UZWUt9VVEzVQJC4wSSuZGxMHE5FzVnxbkwDr9VMb/OsQSk1ji14e+cIbwkOB1 R7Sss0cYTfpg== X-IronPort-AV: E=Sophos;i="5.83,280,1616482800"; d="scan'208";a="637833283" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2021 05:55:27 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1ltrYK-003LQb-91; Thu, 17 Jun 2021 15:55:24 +0300 Date: Thu, 17 Jun 2021 15:55:24 +0300 From: Andy Shevchenko To: Baokun Li Cc: mchehab@kernel.org, sakari.ailus@linux.intel.com, gregkh@linuxfoundation.org, kaixuxia@tencent.com, gustavoars@kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, weiyongjun1@huawei.com, yuehaibing@huawei.com, yangjihong1@huawei.com, yukuai3@huawei.com, Hulk Robot Subject: Re: [PATCH -next v4] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c Message-ID: References: <20210617124709.670936-1-libaokun1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210617124709.670936-1-libaokun1@huawei.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 17, 2021 at 08:47:09PM +0800, Baokun Li wrote: > Using list_splice_init() instead of entire while-loops > in atomisp_compat_css20.c. > > Reported-by: Hulk Robot > Signed-off-by: Baokun Li > --- You missed changelog. And I believe you missed the changes. So, what's the point? -- With Best Regards, Andy Shevchenko