Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965083AbeAJNvf (ORCPT + 1 other); Wed, 10 Jan 2018 08:51:35 -0500 Received: from smtp-fw-33001.amazon.com ([207.171.190.10]:26453 "EHLO smtp-fw-33001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752332AbeAJNuz (ORCPT ); Wed, 10 Jan 2018 08:50:55 -0500 X-IronPort-AV: E=Sophos;i="5.46,340,1511827200"; d="scan'208";a="714690480" From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: devel@driverdev.osuosl.org, Greg Kroah-Hartman , Larry Finger , Hans de Goede , Bastien Nocera , Arnd Bergmann , Joe Perches , Luis de Bethencourt Subject: [PATCH 0/3] staging: rtl8723bs: Fix multiple trailing semicolons Date: Wed, 10 Jan 2018 13:50:35 +0000 Message-Id: <20180110135038.32293-1-luisbg@kernel.org> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi, This is a follow-up of yesterday's water-testing patch [0]. Just 3 more similar cases of trailing semicolons. Sending them separately to atomize the changes, but happy to merge them all into one. It is easier to first try separate and later merge if people want me to. In patch 3/3, not sure why this file has so many lines of commented out code. Maybe I should remove the commented out code instead. pcur_network is clearly not being used. What do you all think? Over the weekend I will start running a mainline kernel on my CHIP, and looking at this driver in more depth. Fun! Thanks, Luis [0] Sorry I don't have a link, LKML is down Luis de Bethencourt (3): staging: rtl8723bs: Fix trailing semicolon staging: rtl8723bs: Fix trailing semicolon staging: rtl8723bs: Fix trailing semicolon in comment drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +- drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c | 2 +- drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.15.1