From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933904AbdKPAh5 (ORCPT ); Wed, 15 Nov 2017 19:37:57 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:44427 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754185AbdKPAhs (ORCPT ); Wed, 15 Nov 2017 19:37:48 -0500 X-Google-Smtp-Source: AGs4zMZ0sL95FWPWBSQa3dEcPlZqR7gD1cToMgI0C1PU+yfRB87wlaBwRcrHU1jmb6nsRJTPc7fDNw== From: Chase Metzger To: gregkh@linuxfoundation.org Cc: Chase Metzger , Marcus Wolf , Joseph Wright , Al Viro , Srishti Sharma , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/6] staging: pi433: pi433_if.c: coding style fixes Date: Wed, 15 Nov 2017 16:35:47 -0800 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes some of the coding style violations to comply with the kernel coding style. Chase Metzger (6): staging: pi433: pi433_if.c: fix opening curly brace coding style issues staging: pi433: pi433_if.c: fix else if/else statements coding style issues staging: pi433: pi433_if.c: fix trailing statement coding style issues staging: pi433: pi433_if.c: fix space prohibited coding style issues staging: pi433: pi433_if.c: fix space(s) required coding style issues staging: pi433: pi433_if.c: use tabs instead of spaces drivers/staging/pi433/pi433_if.c | 203 +++++++++++++++++---------------------- 1 file changed, 87 insertions(+), 116 deletions(-) -- 2.11.0