public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/11] Staging: vt6656: Cleanup of checkpatch problems in bssdb.c
@ 2013-12-26 18:55 Sebastian Rachuj
  2013-12-26 18:55 ` [PATCH 01/11] Staging: vt6656: Fix indentation of bssdb.c Sebastian Rachuj
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Sebastian Rachuj @ 2013-12-26 18:55 UTC (permalink / raw)
  To: sebastian.rachuj
  Cc: linux-kernel, linux, forest, gregkh, more.andres, tvboxspy, devel,
	linux-kernel

This patch series reformats the bssdb.c file of the vt6656 driver in
staging. It resolves all errors and some warnings which checkpatch.pl
discovered.

As requested, the changes are now split into a series of smaller,
fine-grained patches. The reference git tree, that was used to create
it this time, is linux-next.

However some occurrences of the following warnings are not patched:
- Lines over 80 characters
- Too many indentation levels
- printk should include KERN_ facility level

The first two noted types of warnings require more code modification
to reduce the indentation level. The latter should be fixed along with
the removal of the custom printk macro in
drivers/staging/vt6656/device.h.

NOTE: As the first patch retabs the complete file, you might consider
using "git diff --ignore-all-space"

No functional changes should be introduced by these patches.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-01-02 14:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 18:55 [PATCHv2 0/11] Staging: vt6656: Cleanup of checkpatch problems in bssdb.c Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 01/11] Staging: vt6656: Fix indentation of bssdb.c Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 02/11] Staging: vt6656: Adjust comments in bssdb.c Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 03/11] Staging: vt6656: Remove unnecessary semicolons Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 04/11] Staging: vt6656: Correct operator coding style Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 05/11] Staging: vt6656: Correct single space mistakes Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 06/11] Staging: vt6656: Remove line feeds before else Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 07/11] Staging: vt6656: Remove unnecessary spaces in format strings Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 08/11] Staging: vt6656: Combine "else { if" to "else if" Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 09/11] Staging: vt6656: Correct usage of braces Sebastian Rachuj
2013-12-26 18:55 ` [PATCH 10/11] Staging: vt6656: Combined nested conditions Sebastian Rachuj
2014-01-02 14:29   ` Dan Carpenter
2013-12-26 18:55 ` [PATCH 11/11] Staging: vt6656: Reduce line length of bssdb.c Sebastian Rachuj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox