Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752257AbdHCLxO (ORCPT ); Thu, 3 Aug 2017 07:53:14 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:36326 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbdHCLxL (ORCPT ); Thu, 3 Aug 2017 07:53:11 -0400 From: Rishabh Hardas To: gregkh@linuxfoundation.org Cc: linux@Wolf-Entwicklungen.de, rjosephwright@gmail.com, colin.king@canonical.com, robsonde@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Rishabh Hardas Subject: [PATCH v2 0/4] staging: pi433: Rename camel case and other style issues Date: Thu, 3 Aug 2017 17:20:42 +0530 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 795 Lines: 26 Hi, This series pf patches solves some of the coding style issues. I have corrected long lines, changed comment style, renamed enums and variables that were in camel case. Tried to get zero erros and warnings on the pi433_if.h file. Regards, Rishabh Hardas Rishabh Hardas (4): staging: pi433: Style fix - Correct long lines staging: pi433: Change Comments staging: pi433: Renaming Enums staging: pi433: Remove camel case variable names drivers/staging/pi433/pi433_if.c | 4 +-- drivers/staging/pi433/pi433_if.h | 73 +++++++++++++++++++++------------------ drivers/staging/pi433/rf69.c | 26 +++++++------- drivers/staging/pi433/rf69.h | 26 +++++++------- drivers/staging/pi433/rf69_enum.h | 16 ++++----- 5 files changed, 76 insertions(+), 69 deletions(-) -- 1.9.1