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 DFA586D14 for ; Wed, 14 Apr 2021 08:31:51 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id B527C61027; Wed, 14 Apr 2021 08:31:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618389110; bh=UqnrkAY5MJVDS6ANSGLwQ1hvxAhnqyVqlb1wgCE9y8I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yeS7dj4eSk4apT2HzoxUc+pbEYrUvjYMSx3dzWyn8TsEyjqWQ4pU1pvvfCc0eHGCj aeUm/eK9RmiZXvYHAJM++d9wKTD5hVCAYWusRYbAPzjf88060nqJA/W33HfRvkPtlZ TsQy0WudHHFJyEebu07vQ9EGlSLri54T18y0IDgQ= Date: Wed, 14 Apr 2021 10:31:47 +0200 From: Greg KH To: Mitali Borkar Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, mitali_s@me.iitr.ac.in Subject: Re: [PATCH v6 1/2] staging: rtl8192e: remove parentheses around boolean expression Message-ID: References: <60483f646c16ffd3c19ca8f508a1f1c3a0a13db6.1618383684.git.mitaliborkar810@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: <60483f646c16ffd3c19ca8f508a1f1c3a0a13db6.1618383684.git.mitaliborkar810@gmail.com> On Wed, Apr 14, 2021 at 12:51:55PM +0530, Mitali Borkar wrote: > Removed unnecessary parentheses around '!xyz' boolean expression as '!' > has higher precedance than '||' > > Signed-off-by: Mitali Borkar > --- This series does not apply to my tree :(