linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: Fix the typo in comment of function deadline_latter_request
@ 2019-11-13 15:21 Xianting Tian
  2019-11-13 15:57 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Xianting Tian @ 2019-11-13 15:21 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel

Fix the typo "`" to "'"

Signed-off-by: Xianting Tian <xianting_tian@126.com>
---
 block/mq-deadline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/mq-deadline.c b/block/mq-deadline.c
index b490f47..6047192 100644
--- a/block/mq-deadline.c
+++ b/block/mq-deadline.c
@@ -71,7 +71,7 @@ struct deadline_data {
 }
 
 /*
- * get the request after `rq' in sector-sorted order
+ * get the request after 'rq' in sector-sorted order
  */
 static inline struct request *
 deadline_latter_request(struct request *rq)
-- 
1.8.3.1


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

* Re: [PATCH] block: Fix the typo in comment of function deadline_latter_request
  2019-11-13 15:21 [PATCH] block: Fix the typo in comment of function deadline_latter_request Xianting Tian
@ 2019-11-13 15:57 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2019-11-13 15:57 UTC (permalink / raw)
  To: Xianting Tian, axboe; +Cc: linux-block, linux-kernel

On 11/13/19 7:21 AM, Xianting Tian wrote:
> Fix the typo "`" to "'"
> 
> Signed-off-by: Xianting Tian <xianting_tian@126.com>
> ---
>   block/mq-deadline.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/block/mq-deadline.c b/block/mq-deadline.c
> index b490f47..6047192 100644
> --- a/block/mq-deadline.c
> +++ b/block/mq-deadline.c
> @@ -71,7 +71,7 @@ struct deadline_data {
>   }
>   
>   /*
> - * get the request after `rq' in sector-sorted order
> + * get the request after 'rq' in sector-sorted order
>    */
>   static inline struct request *
>   deadline_latter_request(struct request *rq)
> 

I'm not sure that's a typo. I think that's a common style for quoting text.

Bart.

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

end of thread, other threads:[~2019-11-13 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 15:21 [PATCH] block: Fix the typo in comment of function deadline_latter_request Xianting Tian
2019-11-13 15:57 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).