Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752211AbdLFUm3 (ORCPT ); Wed, 6 Dec 2017 15:42:29 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:36445 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751500AbdLFUm1 (ORCPT ); Wed, 6 Dec 2017 15:42:27 -0500 X-Google-Smtp-Source: AGs4zMY60fa2uUtssR016a4O1nAlsHkp5PQd1yvTLLVGgHQaDDiD2oZ62troUFP3tJWQk2wXGaksxw== 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] staging: pi433: Minor cleanup and style fixes Date: Wed, 6 Dec 2017 21:42:18 +0100 Message-Id: <20171206204224.14714-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: 900 Lines: 25 These are the six remaining patches from "[PATCH v2 00/11] Fix indentation and CamelCase issues in staging/pi433" that couldn't be applied, rebased on top of staging-next. - Simon --- Simon Sandström (6): staging: pi433: Split rf69_set_crc_enabled into two functions staging: pi433: Split rf69_set_sync_enabled into two functions staging: pi433: Remove enum data_mode staging: pi433: Combine all rf69_set_amplifier_x() staging: pi433: Move enum option_on_off to pi433_if.h staging: pi433: Remove SET_CHECKED usage from pi433_probe drivers/staging/pi433/pi433_if.c | 71 +++++++++++++++++++++++----- drivers/staging/pi433/pi433_if.h | 5 ++ drivers/staging/pi433/rf69.c | 97 ++++++++------------------------------- drivers/staging/pi433/rf69.h | 18 +++----- drivers/staging/pi433/rf69_enum.h | 11 ----- 5 files changed, 90 insertions(+), 112 deletions(-) -- 2.11.0