diff options
Diffstat (limited to 'drivers')
34 files changed, 34 insertions, 34 deletions
| diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index 8cc9379b8..0daad364d 100644 --- a/drivers/block/ahci.c +++ b/drivers/block/ahci.c @@ -113,7 +113,7 @@ int __weak ahci_link_up(struct ahci_probe_ent *probe_ent, u8 port)  	int j = 0;  	u8 *port_mmio = (u8 *)probe_ent->port[port].port_mmio; -	/*  +	/*  	 * Bring up SATA link.  	 * SATA link bringup time is usually less than 1 ms; only very  	 * rarely has it taken between 1-2 ms. Never seen it above 2 ms. diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index 14363c9a5..717c0394c 100644 --- a/drivers/fpga/zynqpl.c +++ b/drivers/fpga/zynqpl.c @@ -4,7 +4,7 @@   * (C) Copyright 2012   * Joe Hershberger <joe.hershberger@ni.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/input/i8042.c b/drivers/input/i8042.c index 8a1e22e8d..35fa0bb50 100644 --- a/drivers/input/i8042.c +++ b/drivers/input/i8042.c @@ -2,7 +2,7 @@   * (C) Copyright 2002 ELTEC Elektronik AG   * Frank Gottschling <fgottschling@eltec.de>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  /* i8042.c - Intel 8042 keyboard driver routines */ diff --git a/drivers/misc/status_led.c b/drivers/misc/status_led.c index 6b71ad4f2..ed9adb21d 100644 --- a/drivers/misc/status_led.c +++ b/drivers/misc/status_led.c @@ -2,7 +2,7 @@   * (C) Copyright 2000-2003   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/net/dc2114x.c b/drivers/net/dc2114x.c index 994ebf2fc..799839c4f 100644 --- a/drivers/net/dc2114x.c +++ b/drivers/net/dc2114x.c @@ -1,5 +1,5 @@  /* - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/net/plb2800_eth.c b/drivers/net/plb2800_eth.c index 8aefc1414..308bf8fe3 100644 --- a/drivers/net/plb2800_eth.c +++ b/drivers/net/plb2800_eth.c @@ -4,7 +4,7 @@   * (C) Copyright 2003   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c index 987af39bc..0a5209d2f 100644 --- a/drivers/net/xilinx_emaclite.c +++ b/drivers/net/xilinx_emaclite.c @@ -4,7 +4,7 @@   *   * Michal SIMEK <monstr@monstr.eu>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c index b3ed6eaaf..236a75311 100644 --- a/drivers/net/zynq_gem.c +++ b/drivers/net/zynq_gem.c @@ -6,7 +6,7 @@   * Based on Xilinx gmac driver:   * (C) Copyright 2011 Xilinx   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/rtc/rs5c372.c b/drivers/rtc/rs5c372.c index 1a179bead..65f45ea5e 100644 --- a/drivers/rtc/rs5c372.c +++ b/drivers/rtc/rs5c372.c @@ -16,7 +16,7 @@   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation.  + * published by the Free Software Foundation.   */  #include <common.h> diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c index 6bac24572..3b38c3443 100644 --- a/drivers/spi/omap3_spi.c +++ b/drivers/spi/omap3_spi.c @@ -83,7 +83,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,  		regs = (struct mcspi *)OMAP3_MCSPI2_BASE;  		break;  #endif -#ifdef OMAP3_MCSPI3_BASE  +#ifdef OMAP3_MCSPI3_BASE  	case 2:  		regs = (struct mcspi *)OMAP3_MCSPI3_BASE;  		break; diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 7574e31a8..e6700a80f 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -364,7 +364,7 @@ static void handle_ep_complete(struct mv_ep *ep)  		ep->desc = &ep0_out_desc;  	item = mv_get_qtd(num, in);  	mv_invalidate_qtd(num); -	 +  	if (item->info & 0xff)  		printf("EP%d/%s FAIL nfo=%x pg0=%x\n",  			num, in ? "in" : "out", item->info, item->page0); diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index cead25dc5..7ff4ffd88 100644 --- a/drivers/usb/host/sl811-hcd.c +++ b/drivers/usb/host/sl811-hcd.c @@ -16,7 +16,7 @@   *	2.Original SL811 driver (hc_sl811.o) by Pei Liu <pbl@cypress.com>   *	3.Rewrited as sl811.o by Yin Aihua <yinah:couragetech.com.cn>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/usb/phy/twl4030.c b/drivers/usb/phy/twl4030.c index 8f5d700aa..6dcb336bb 100644 --- a/drivers/usb/phy/twl4030.c +++ b/drivers/usb/phy/twl4030.c @@ -21,7 +21,7 @@   *   * ------------------------------------------------------------------------   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <twl4030.h> diff --git a/drivers/video/atmel_hlcdfb.c b/drivers/video/atmel_hlcdfb.c index a3f7265df..853303b5e 100644 --- a/drivers/video/atmel_hlcdfb.c +++ b/drivers/video/atmel_hlcdfb.c @@ -3,7 +3,7 @@   *   * Copyright (C) 2012 Atmel Corporation   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 4bc0f195f..3cf008ce6 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c @@ -3,7 +3,7 @@   *   * Copyright (C) 2007 Atmel Corporation   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index fd2885573..a2946c71f 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -2,7 +2,7 @@   * (C) Copyright 2002 ELTEC Elektronik AG   * Frank Gottschling <fgottschling@eltec.de>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  /* diff --git a/drivers/video/exynos_dp.c b/drivers/video/exynos_dp.c index f5c34a980..682483fc3 100644 --- a/drivers/video/exynos_dp.c +++ b/drivers/video/exynos_dp.c @@ -3,7 +3,7 @@   *   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <config.h> diff --git a/drivers/video/exynos_dp_lowlevel.c b/drivers/video/exynos_dp_lowlevel.c index ef11b466f..bf0ea108e 100644 --- a/drivers/video/exynos_dp_lowlevel.c +++ b/drivers/video/exynos_dp_lowlevel.c @@ -3,7 +3,7 @@   *   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <config.h> diff --git a/drivers/video/exynos_dp_lowlevel.h b/drivers/video/exynos_dp_lowlevel.h index ae2bcd646..865168152 100644 --- a/drivers/video/exynos_dp_lowlevel.h +++ b/drivers/video/exynos_dp_lowlevel.h @@ -3,7 +3,7 @@   *   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef _EXYNOS_EDP_LOWLEVEL_H diff --git a/drivers/video/exynos_fb.c b/drivers/video/exynos_fb.c index 5c7ec9199..7d4c6e092 100644 --- a/drivers/video/exynos_fb.c +++ b/drivers/video/exynos_fb.c @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <config.h> diff --git a/drivers/video/exynos_fb.h b/drivers/video/exynos_fb.h index 00cf60c45..2c2f94bd0 100644 --- a/drivers/video/exynos_fb.h +++ b/drivers/video/exynos_fb.h @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef _EXYNOS_FB_H_ diff --git a/drivers/video/exynos_fimd.c b/drivers/video/exynos_fimd.c index 8c2de4ed2..f962c4f0a 100644 --- a/drivers/video/exynos_fimd.c +++ b/drivers/video/exynos_fimd.c @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <config.h> diff --git a/drivers/video/exynos_mipi_dsi.c b/drivers/video/exynos_mipi_dsi.c index 3e7158d30..8bb8feaa9 100644 --- a/drivers/video/exynos_mipi_dsi.c +++ b/drivers/video/exynos_mipi_dsi.c @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/exynos_mipi_dsi_common.c b/drivers/video/exynos_mipi_dsi_common.c index 97e12484f..925d51500 100644 --- a/drivers/video/exynos_mipi_dsi_common.c +++ b/drivers/video/exynos_mipi_dsi_common.c @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/exynos_mipi_dsi_common.h b/drivers/video/exynos_mipi_dsi_common.h index ef6510abd..98eb78e5f 100644 --- a/drivers/video/exynos_mipi_dsi_common.h +++ b/drivers/video/exynos_mipi_dsi_common.h @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <linux/fb.h> diff --git a/drivers/video/exynos_mipi_dsi_lowlevel.c b/drivers/video/exynos_mipi_dsi_lowlevel.c index 1313bcea4..fcfdc8d12 100644 --- a/drivers/video/exynos_mipi_dsi_lowlevel.c +++ b/drivers/video/exynos_mipi_dsi_lowlevel.c @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/exynos_mipi_dsi_lowlevel.h b/drivers/video/exynos_mipi_dsi_lowlevel.h index 59f6ce09e..0bede25e4 100644 --- a/drivers/video/exynos_mipi_dsi_lowlevel.h +++ b/drivers/video/exynos_mipi_dsi_lowlevel.h @@ -4,7 +4,7 @@   * Author: InKi Dae <inki.dae@samsung.com>   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef _EXYNOS_MIPI_DSI_LOWLEVEL_H diff --git a/drivers/video/mpc8xx_lcd.c b/drivers/video/mpc8xx_lcd.c index f54b4834f..fceed871a 100644 --- a/drivers/video/mpc8xx_lcd.c +++ b/drivers/video/mpc8xx_lcd.c @@ -2,7 +2,7 @@   * (C) Copyright 2001-2002   * Wolfgang Denk, DENX Software Engineering -- wd@denx.de   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  /************************************************************************/ diff --git a/drivers/video/pxa_lcd.c b/drivers/video/pxa_lcd.c index 8ed52c020..e19f6ac7d 100644 --- a/drivers/video/pxa_lcd.c +++ b/drivers/video/pxa_lcd.c @@ -4,7 +4,7 @@   * (C) Copyright 2001-2002   * Wolfgang Denk, DENX Software Engineering -- wd@denx.de   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  /************************************************************************/ diff --git a/drivers/video/s6e8ax0.c b/drivers/video/s6e8ax0.c index 0e97f511f..84948177e 100644 --- a/drivers/video/s6e8ax0.c +++ b/drivers/video/s6e8ax0.c @@ -3,7 +3,7 @@   *   * Author: Donghwa Lee <dh09.lee@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/sed156x.c b/drivers/video/sed156x.c index f324354c3..2c906ecf1 100644 --- a/drivers/video/sed156x.c +++ b/drivers/video/sed156x.c @@ -4,7 +4,7 @@   * Pantelis Antoniou <panto@intracom.gr>   * Intracom S.A.   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/drivers/video/videomodes.c b/drivers/video/videomodes.c index d459ef07e..18c1f3d8a 100644 --- a/drivers/video/videomodes.c +++ b/drivers/video/videomodes.c @@ -3,7 +3,7 @@   * Pierre Aubert, Staubli Faverges , <p.aubert@staubli.com>   * Copyright 2011 Freescale Semiconductor, Inc.   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  /************************************************************************ diff --git a/drivers/video/videomodes.h b/drivers/video/videomodes.h index 9fbe50b0f..d83993a56 100644 --- a/drivers/video/videomodes.h +++ b/drivers/video/videomodes.h @@ -2,7 +2,7 @@   * (C) Copyright 2004   * Pierre Aubert, Staubli Faverges , <p.aubert@staubli.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */ diff --git a/drivers/watchdog/s5p_wdt.c b/drivers/watchdog/s5p_wdt.c index b3b5834bb..a6e54d9f7 100644 --- a/drivers/watchdog/s5p_wdt.c +++ b/drivers/watchdog/s5p_wdt.c @@ -2,7 +2,7 @@   * Copyright (C) 2012 Samsung Electronics   * Minkyu Kang <mk7.kang@samsung.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> |