2011-03-01 23:10:38

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] staging: quickstart: remove trailing whitespace

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
drivers/staging/quickstart/quickstart.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/quickstart/quickstart.c b/drivers/staging/quickstart/quickstart.c
index d83bec8..8648e1a 100644
--- a/drivers/staging/quickstart/quickstart.c
+++ b/drivers/staging/quickstart/quickstart.c
@@ -5,7 +5,7 @@
* Copyright (C) 2007-2010 Angelo Arrifano <[email protected]>
*
* Information gathered from disassebled dsdt and from here:
- * <http://www.microsoft.com/whdc/system/platform/firmware/DirAppLaunch.mspx>
+ * <http://www.microsoft.com/whdc/system/platform/firmware/DirAppLaunch.mspx>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
--
1.7.4.1


2011-03-01 23:22:54

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH] staging: quickstart: remove trailing whitespace

On Wed, Mar 02, 2011 at 12:10:16AM +0100, Jonathan Neusch?fer wrote:
> Signed-off-by: Jonathan Neusch?fer <[email protected]>
> ---

Someone already fixed this in a different patch.

Generally these things aren't worth fixing on their own. No one
will even notice the whitespace unless they're looking for it.

regards,
dan carpenter