Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752291AbdLCPRa (ORCPT ); Sun, 3 Dec 2017 10:17:30 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34721 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751723AbdLCPR3 (ORCPT ); Sun, 3 Dec 2017 10:17:29 -0500 X-Google-Smtp-Source: AGs4zMbOSWI/GQHLHNnp/LrtOtHKkzyxMk3cjfcB9YQjBwnImBmmBogMl18QD+mPVOk1J9wsNGRXMg== From: =?UTF-8?q?Simon=20Sandstr=C3=B6m?= To: gregkh@linuxfoundation.org Cc: linux@Wolf-Entwicklungen.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/6] Fix indentation and CamelCase issues in staging/pi433 Date: Sun, 3 Dec 2017 16:17:20 +0100 Message-Id: <20171203151726.16639-1-simon@nikanor.nu> X-Mailer: git-send-email 2.11.0 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 Content-Length: 1053 Lines: 29 These patches fixes a bunch of code style issues in staging/pi433. The first patch fixes indentation in rf69_enum.h and the rest of the patches fixes CamelCase issues in all of staging/pi433. In total the patches get rids of around 140 warnings generated by checkpatch.pl. - Simon --- Simon Sandström (6): staging: pi433: Fix indentation in rf69_enum.h staging: pi433: Capitalize constant definitions staging: pi433: Rename variable in struct pi433_rx_cfg staging: pi433: Rename enum optionOnOff in rf69_enum.h staging: pi433: Rename enum dataMode in rf69_enum.h staging: pi433: Rename enum modShaping in rf69_enum.h drivers/staging/pi433/pi433_if.c | 72 +++++------ drivers/staging/pi433/pi433_if.h | 20 ++-- drivers/staging/pi433/rf69.c | 76 ++++++------ drivers/staging/pi433/rf69.h | 19 +-- drivers/staging/pi433/rf69_enum.h | 213 ++++++++++++++++----------------- drivers/staging/pi433/rf69_registers.h | 44 +++---- 6 files changed, 227 insertions(+), 217 deletions(-) -- 2.11.0