* [PATCH] block: remove space before tabs
@ 2015-03-26 0:08 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:08 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Helen Fornazier
This patch fixes checkpatch.pl warning:
WARNING: please, no space before tabs
Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
---
block/bio.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/block/bio.c b/block/bio.c
index a80e62f..745b00a 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -545,15 +545,15 @@ inline int bio_phys_segments(struct request_queue *q, struct bio *bio)
EXPORT_SYMBOL(bio_phys_segments);
/**
- * __bio_clone_fast - clone a bio that shares the original bio's biovec
- * @bio: destination bio
- * @bio_src: bio to clone
+ * __bio_clone_fast - clone a bio that shares the original bio's biovec
+ * @bio: destination bio
+ * @bio_src: bio to clone
*
* Clone a &bio. Caller will own the returned bio, but not
* the actual data it points to. Reference count of returned
- * bio will be one.
+ * bio will be one.
*
- * Caller must ensure that @bio_src is not freed before @bio.
+ * Caller must ensure that @bio_src is not freed before @bio.
*/
void __bio_clone_fast(struct bio *bio, struct bio *bio_src)
{
@@ -577,7 +577,7 @@ EXPORT_SYMBOL(__bio_clone_fast);
* @gfp_mask: allocation priority
* @bs: bio_set to allocate from
*
- * Like __bio_clone_fast, only also allocates the returned bio
+ * Like __bio_clone_fast, only also allocates the returned bio
*/
struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs)
{
@@ -605,8 +605,8 @@ struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs)
EXPORT_SYMBOL(bio_clone_fast);
/**
- * bio_clone_bioset - clone a bio
- * @bio_src: bio to clone
+ * bio_clone_bioset - clone a bio
+ * @bio_src: bio to clone
* @gfp_mask: allocation priority
* @bs: bio_set to allocate from
*
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] block: remove space before tabs
2015-03-26 0:08 [PATCH] block: remove space before tabs 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:08:50PM -0300, Helen Fornazier wrote:
> This patch fixes checkpatch.pl warning:
>
> WARNING: please, no space before tabs
>
> Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
> ---
> block/bio.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
Again, nothing I can do here, sorry.
greg k-h
^ 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:08 [PATCH] block: remove space before tabs 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.