src/drivers: Fix checkpatch warning: no spaces at the start of a line

This excludes files which are mostly spaces, which I felt should be
handled separately.

Change-Id: I33043a3090e2fc6e9d2fd81e8a5e46fb6cb0aa35
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20731
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Martin Roth
2017-07-23 20:00:04 -06:00
parent e5f2d4c44c
commit b9810a4cd6
18 changed files with 101 additions and 101 deletions

View File

@ -12,7 +12,7 @@
#define FB_MAX 32 /* sufficient for now */ #define FB_MAX 32 /* sufficient for now */
/* ioctls /* ioctls
0x46 is 'F' */ * 0x46 is 'F' */
#define FBIOGET_VSCREENINFO 0x4600 #define FBIOGET_VSCREENINFO 0x4600
#define FBIOPUT_VSCREENINFO 0x4601 #define FBIOPUT_VSCREENINFO 0x4601
#define FBIOGET_FSCREENINFO 0x4602 #define FBIOGET_FSCREENINFO 0x4602
@ -271,7 +271,7 @@ struct fb_vblank {
/* /*
* Hardware Cursor * Hardware Cursor
*/ */
@ -337,7 +337,7 @@ struct fb_info {
void *pseudo_palette; /* Fake palette of 16 colors and void *pseudo_palette; /* Fake palette of 16 colors and
the cursor's color for non the cursor's color for non
palette mode */ palette mode */
/* From here on everything is device dependent */ /* From here on everything is device dependent */
void *par; void *par;
}; };

View File

@ -37,7 +37,7 @@ static int hub_port_status(const char * buf, int feature)
/* After USB port reset, treat device number 0 as an USB hub. Assign it with /* After USB port reset, treat device number 0 as an USB hub. Assign it with
* a device number hub_addr. Then apply enable and reset on downstream port. * a device number hub_addr. Then apply enable and reset on downstream port.
*/ */
static int dbgp_hub_enable(struct ehci_dbg_port *ehci_debug, unsigned char hub_addr, static int dbgp_hub_enable(struct ehci_dbg_port *ehci_debug, unsigned char hub_addr,
unsigned char port) unsigned char port)
{ {
char status[8]; char status[8];