From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754161AbbITRPw (ORCPT ); Sun, 20 Sep 2015 13:15:52 -0400 Received: from mail-qg0-f48.google.com ([209.85.192.48]:32788 "EHLO mail-qg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbbITRPu (ORCPT ); Sun, 20 Sep 2015 13:15:50 -0400 From: =?UTF-8?q?Rapha=C3=ABl=20Beamonte?= To: Greg Kroah-Hartman Cc: =?UTF-8?q?Rapha=C3=ABl=20Beamonte?= , Paul Gortmaker , Cristina Opriceana , Andrew Morton , Joe Perches , Marti Bolivar , Andy Shevchenko , Ksenija Stanojevic , Greg Donald , Arnd Bergmann , Luis de Bethencourt , Shraddha Barke , Navya Sri Nizamkari , Haneen Mohammed , Aya Mahfouz , Vaishali Thakkar , Somya Anand , Rene Kolarik , Melike Yurtoglu , =?UTF-8?q?Hatice=20ERT=C3=9CRK?= , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCHv3 00/15] staging: rtl8192u: code clean up Date: Sun, 20 Sep 2015 13:14:12 -0400 Message-Id: X-Mailer: git-send-email 2.5.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Following Greg's comments on the previous version, here's an updated and rebased one without the already committed patch. Difference with v2: - Some line breaks were removed as it was less readable with them (patch 01) - A temporary variable has been created instead of reusing an existing variable (patch 02) Thanks, - R. Raphaƫl Beamonte (15): staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 characters staging: rtl8192u: r8192U_core: add temporary variables to keep lines under 80 characters staging: rtl8192u: r8192U_core: reverse conditions to get lines under 80 characters staging: rtl8192u: r8192U_core: rtl8192_adapter_start: reorganize function staging: rtl8192u: r8192U_core: rtl8192_read_eeprom_info: reorganize function staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: rename variable pprevious_stats to prev_stats staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: rename variable slide_beacon_adc_pwdb_index to sb_index staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: rename variable slide_beacon_adc_pwdb_statistics to sb_stats staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: remove unneeded variable staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: rename variable rfpath to rfp staging: rtl8192u: r8192U_core: rtl8192_process_phyinfo: reorganize function staging: rtl8192u: r8192U_core: rtl8192_tx: replace some inline conditions staging: rtl8192u: r8192U_core: rtl8192_ioctl: reorganize function staging: rtl8192u: r8192U_core: replace else { if() {} } by else if () {} staging: rtl8192u: remove all code framed by symbol TO_DO_LIST drivers/staging/rtl8192u/ieee80211/ieee80211.h | 4 +- drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 23 - .../staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 4 - .../staging/rtl8192u/ieee80211/rtl819x_TSProc.c | 5 +- drivers/staging/rtl8192u/r8192U_core.c | 1392 ++++++++++++-------- drivers/staging/rtl8192u/r819xU_phy.c | 57 - 6 files changed, 822 insertions(+), 663 deletions(-) -- 2.5.1