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=-20.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 C446BC433DB for ; Tue, 29 Dec 2020 05:11:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85D7A207C5 for ; Tue, 29 Dec 2020 05:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726230AbgL2FLc (ORCPT ); Tue, 29 Dec 2020 00:11:32 -0500 Received: from mga09.intel.com ([134.134.136.24]:39495 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725967AbgL2FLb (ORCPT ); Tue, 29 Dec 2020 00:11:31 -0500 IronPort-SDR: nTPBUl2LDkMEXMl1d62YTrLxzkEUgDwk0b0oIFId0KzkmGYhzC5bt9A0ohTLyapXTeahrXNSPa pkteNha5eJ9A== X-IronPort-AV: E=McAfee;i="6000,8403,9848"; a="176612718" X-IronPort-AV: E=Sophos;i="5.78,457,1599548400"; d="scan'208";a="176612718" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2020 21:10:49 -0800 IronPort-SDR: hzF/KDiygdD6ERInTkuHa6WTVqDQ2M8/Yxn2g6DbVICDmQL4uotjtqU2eGxtPOd2ZYDsYiTxNP EG0t5nqbKmwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,457,1599548400"; d="scan'208";a="343956575" Received: from lkp-server02.sh.intel.com (HELO 4242b19f17ef) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 28 Dec 2020 21:10:48 -0800 Received: from kbuild by 4242b19f17ef with local (Exim 4.92) (envelope-from ) id 1ku7HT-0003Lk-Iu; Tue, 29 Dec 2020 05:10:47 +0000 Date: Tue, 29 Dec 2020 13:10:13 +0800 From: kernel test robot To: Zheng Yongjun , mchehab@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kbuild-all@lists.01.org, Zheng Yongjun Subject: [PATCH] media: dvb-frontends: fix semicolon.cocci warnings Message-ID: <20201229051013.GA71886@08ad5d8af634> References: <20201222133214.19632-1-zhengyongjun3@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201222133214.19632-1-zhengyongjun3@huawei.com> X-Patchwork-Hint: ignore User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: kernel test robot drivers/media/dvb-frontends/cxd2841er.c:3341:52-53: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Zheng Yongjun Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/linux/commits/Zheng-Yongjun/media-dvb-frontends-use-DIV_ROUND_UP-to-calculate-timeout/20201222-213524 base: 6c3eb1b174c07bcaa927003e8bc91e81ab1d5a9e cxd2841er.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/dvb-frontends/cxd2841er.c +++ b/drivers/media/dvb-frontends/cxd2841er.c @@ -3338,7 +3338,7 @@ static int cxd2841er_set_frontend_s(stru cxd2841er_tuner_set(fe); cxd2841er_tune_done(priv); - timeout = DIV_ROUND_UP(3000000, symbol_rate) + 150;; + timeout = DIV_ROUND_UP(3000000, symbol_rate) + 150; i = 0; do {