From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 316CF71 for ; Mon, 12 Apr 2021 09:39:11 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4647C61244; Mon, 12 Apr 2021 09:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618220350; bh=PUMF/0c1yluMKRRDaOsZ7nkcPqnaJzxIUF2KhkjqHl0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Oet6HkAWe7zz2BTRO3nHxgFToo+cQoXWbaqgHZvutrBYhHd72hvPMyg+kB4bH1GAN NNioI/F0G/5w4BXkcLzYtbA4Brag6n6A/IMsanILx/ESAYgzoctc9TxTHBx9DXs2If CAD78GcskslXyXULD/kLD8psEguCyiRxuRPAa1/M= Date: Mon, 12 Apr 2021 11:39:08 +0200 From: Greg KH To: Fabio Aiuto Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] staging rtl8723bs: split long lines Message-ID: References: <014291a522569d0450bf9ba6452497d812b4caab.1618145345.git.fabioaiuto83@gmail.com> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <014291a522569d0450bf9ba6452497d812b4caab.1618145345.git.fabioaiuto83@gmail.com> On Sun, Apr 11, 2021 at 02:57:36PM +0200, Fabio Aiuto wrote: > fix following post-commit hook checkpatch issues: > > WARNING: line length of 116 exceeds 100 columns > 30: FILE: drivers/staging/rtl8723bs/hal/sdio_halinit.c:883: > + HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, > PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, rtl8723B_enter_lps_flow); > > WARNING: line length of 119 exceeds 100 columns > 41: FILE: drivers/staging/rtl8723bs/hal/sdio_halinit.c:912: > + HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, > PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, rtl8723B_card_disable_flow); > > Signed-off-by: Fabio Aiuto > --- > drivers/staging/rtl8723bs/hal/sdio_halinit.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) You forgot a ':' in your subject line :(