Return-path: Received: from mail-it0-f54.google.com ([209.85.214.54]:35155 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751273AbdBXWFa (ORCPT ); Fri, 24 Feb 2017 17:05:30 -0500 Date: Fri, 24 Feb 2017 17:05:00 -0500 From: Tahia Khan To: outreachy-kernel@googlegroups.com, aditya.shankar@microchip.com, ganesh.krishna@microchip.com, gregkh@linuxfoundation.org, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 0/3] staging: wilc1000: multiple coding style changes to struct tstrRSSI Message-ID: (sfid-20170224_230633_041992_DD3D68F8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Multiple coding style changes to struct tstrRSSI. Initially reported by checkpath.pl: Avoid CamelCase: Avoid CamelCase: Avoid CamelCase: Changes since v3: Reformatting commit messages, as requested by Julia Lawall Tahia Khan (3): staging: wilc1000: Rename struct tstrRSSI to rssi_history_buffer for clarity and to remove camel casing. staging: wilc1000: Remove Hungarian notation and camel casing from all tstrRSSI members’ names. Additionally, change type of u8Full to bool since it only takes values 1 or 0. staging: wilc1000: Change name of str_rssi to rssi_history within the network_info struct for clarity. drivers/staging/wilc1000/coreconfigurator.h | 10 +++++----- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) -- 2.7.4