From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757928AbdJKTXA (ORCPT ); Wed, 11 Oct 2017 15:23:00 -0400 Received: from mail-lf0-f41.google.com ([209.85.215.41]:50772 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757692AbdJKTW6 (ORCPT ); Wed, 11 Oct 2017 15:22:58 -0400 X-Google-Smtp-Source: AOwi7QB0/CANQcf5f00oGBlRXxvG+LaXHt/II21AaZ4/x7evxWzhVZY9c8LNX/Bt0PRB4+2LdM3ESw== Date: Wed, 11 Oct 2017 21:22:53 +0200 From: Marcin Ciupak To: Greg Kroah-Hartman Cc: Marcus Wolf , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] staging: pi433: rf69.c coding style errors cleanup Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set of patches is intended to fix coding style errors in rf69.c file in order to comply with kernel coding style guide as requested by TODO file. The following errors were fixed: ERROR: trailing statements should be on next line ERROR: spaces required around that '+=' (ctx:WxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '<' (ctx:VxV) ERROR: space prohibited after that open parenthesis '(' ERROR: space prohibited before that ',' (ctx:WxV) ERROR: space prohibited before that close parenthesis ')' ERROR: space required after that ',' (ctx:VxV) ERROR: space required before the open parenthesis '(' ERROR: code indent should use tabs where possible ERROR: "(foo*)" should be "(foo *)" Marcin Ciupak (5): staging: pi433: rf69.c style fix - trailing statements staging: pi433: rf69.c style fix - spaces required around staging: pi433: rf69.c style fix - spaces before/after staging: pi433: rf69.c style fix - code indent should use tabs staging: pi433: rf69.c style fix - space before asterisk drivers/staging/pi433/rf69.c | 232 ++++++++++++++++++++++++------------------- 1 file changed, 131 insertions(+), 101 deletions(-) -- 2.14.2