public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
@ 2013-04-08  1:47 Tyrel Datwyler
  2013-04-08 17:22 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Tyrel Datwyler @ 2013-04-08  1:47 UTC (permalink / raw)
  To: gregkh, eduardo.falentin; +Cc: devel, linux-kernel, Tyrel Datwyler

This patch removes trailing whitespace from a blank line in omap-bandgap.c as
detected by the checkpatch.pl tool.

Signed-off-by: Tyrel Datwyler <turtle.on.the.radio@gmail.com>
---
 drivers/staging/omap-thermal/omap-bandgap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index dcc1448..e507d17 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -823,7 +823,7 @@ static struct omap_bandgap *omap_bandgap_build(struct platform_device *pdev)
 			bg_ptr->base = chunk;
 		if (IS_ERR(chunk))
 			return ERR_CAST(chunk);
-		
+
 		i++;
 	} while (res);
 
-- 
1.8.1.4


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

end of thread, other threads:[~2013-04-09  0:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  1:47 [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c Tyrel Datwyler
2013-04-08 17:22 ` Greg KH
2013-04-08 18:24   ` edubezval
2013-04-08 18:27     ` Eduardo Valentin
2013-04-08 19:12       ` Dan Carpenter
2013-04-08 19:15         ` Eduardo Valentin
2013-04-09  0:45       ` Tyrel Datwyler

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