All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: remove trailing white space
@ 2015-03-26  0:07 Helen Fornazier
  2015-03-26  9:39 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Helen Fornazier @ 2015-03-26  0:07 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Helen Fornazier

Clean useless trailing white spaces

Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
---
 block/bio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bio.c b/block/bio.c
index 84f55b9..a80e62f 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -1344,7 +1344,7 @@ struct bio *bio_map_user_iov(struct request_queue *q,
 
 			if (len <= 0)
 				break;
-			
+
 			if (bytes > len)
 				bytes = len;
 
-- 
1.9.1



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

* Re: [Outreachy kernel] [PATCH] block: remove trailing white space
  2015-03-26  0:07 [PATCH] block: remove trailing white space Helen Fornazier
@ 2015-03-26  9:39 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-03-26  9:39 UTC (permalink / raw)
  To: Helen Fornazier; +Cc: outreachy-kernel

On Wed, Mar 25, 2015 at 09:07:44PM -0300, Helen Fornazier wrote:
> Clean useless trailing white spaces
> 
> Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
> ---
>  block/bio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Nothing I can do with this :(


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

end of thread, other threads:[~2015-03-26  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  0:07 [PATCH] block: remove trailing white space Helen Fornazier
2015-03-26  9:39 ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.