From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A40AC2F22 for ; Thu, 10 Feb 2022 06:54:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA5E3C004E1; Thu, 10 Feb 2022 06:54:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1644476072; bh=DhUQV8COkLoX5QbWCqlM8fUQmYHjxuccXfoupZIDKbw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2XOzLuKl8Eygkfa4Gl7rzNLNs0U2YlFHJdn1RweW6Vm6lA3df/gIh8QBsS0bLBKxR 6SX14NBduMYuXQ//N7bd8ThInMEYqCaCQAFX1Li+sVurrJagh8hC9Ts0BamDDCgXHf XGG0abg2gUcMsnzyfV1B7ideh/Zp9XJKnxMvk/Bs= Date: Thu, 10 Feb 2022 07:54:27 +0100 From: Greg KH To: Leonardo Araujo Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH] Staging: r8188eu: core: Comparisons should place the constant on the right side of the test Message-ID: References: <20220209202015.29156-1-leonardo.aa88@gmail.com> Precedence: bulk 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: <20220209202015.29156-1-leonardo.aa88@gmail.com> On Wed, Feb 09, 2022 at 05:20:15PM -0300, Leonardo Araujo wrote: > This patch fixes the following checkpatch.pl warning: > > WARNING: Comparisons should place the constant on the right side of the test > > Signed-off-by: Leonardo Araujo > --- > drivers/staging/r8188eu/core/rtw_cmd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Also you need to properly cc: the relevant maintainers, as get_maintainer.pl will show you. I have dropped all of your pending patches from my queue. Please fix them up and send a patch series. thanks, greg k-h