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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D109C433EF for ; Sun, 3 Apr 2022 11:03:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356793AbiDCLFc (ORCPT ); Sun, 3 Apr 2022 07:05:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243942AbiDCLFa (ORCPT ); Sun, 3 Apr 2022 07:05:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B18CD13D4A for ; Sun, 3 Apr 2022 04:03:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4DF9361030 for ; Sun, 3 Apr 2022 11:03:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 551BDC340F0; Sun, 3 Apr 2022 11:03:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648983815; bh=K5XSAOxhz8Ysr0NyMrapOBeVb7CDEO/6/xyLqOA8GRI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fcTzXqfZXUkrXz2z9oAtjHuKKmLBeyvjbTxVKCTpN0gRJet1DuQOvS2R34C4dUZvK Jlw1Ep5LejLneBJI/TpUUhmU5S8fenKf2upUWuOQSdAlow2ZoEPLzHsLBOGUhW6+LI IT25bHkMS1DUfZfz3gs+up9k5aX2cftf6AoDpw8M= Date: Sun, 3 Apr 2022 13:03:32 +0200 From: Greg Kroah-Hartman To: Sevinj Aghayeva Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH 1/3] staging: rtl8723bs: remove redundant braces in if statements Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 01, 2022 at 09:02:45AM -0400, Sevinj Aghayeva wrote: > Adhere to Linux kernel coding style. > > Reported by checkpatch: > > WARNING: braces {} are not necessary for single statement blocks > > Signed-off-by: Sevinj Aghayeva > --- > drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 76 +++++++------------ > 1 file changed, 26 insertions(+), 50 deletions(-) Does not apply to my tree :(