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 <[email protected]>
---
 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

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to