[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1388403864-19990-1-git-send-email-linux-kernel@rmueck.de>
Date: Mon, 30 Dec 2013 12:44:20 +0100
From: Ralph Mueck <linux-kernel@...eck.de>
To: linux-kernel@...eck.de
Cc: ma.oefelein@...or.de, linux-kernel@...cs.fau.de,
gregkh@...uxfoundation.org, lisa@...apiadmin.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] beeceem: Several checkpatch cleanups in InterfaceTx.c
This patch series fixes some checkpatch issues in InterfaceTx.c which is part of the beeceem driver.
The following errors/warnings have been fixed:
- prohibited spaces before a (semi)colon
- missing space before a variable assignment
- missing spaces between function arguments
- missing spaces before opening parentheses of if-conditionals
- unwanted opening braces of if-conditionals in an extra line
- spaces at the beginning of a line instead of tabs
- C99-style comments
However, over-80-chars warnings still remain.
This series applies no functional changes to the code whatsoever.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists