Re: [PATCH] block: Fix function name in comment

From: Bart Van Assche
Date: Thu May 02 2019 - 16:34:13 EST


On Thu, 2019-05-02 at 13:48 -0600, Raul E Rangel wrote:
+AD4 The comment was out of date.
+AD4
+AD4 Signed-off-by: Raul E Rangel +ADw-rrangel+AEA-chromium.org+AD4
+AD4 ---
+AD4
+AD4 block/blk-mq.c +AHw 2 +-
+AD4 1 file changed, 1 insertion(), 1 deletion(-)
+AD4
+AD4 diff --git a/block/blk-mq.c b/block/blk-mq.c
+AD4 index 9516304a38ee..0e467ff440a2 100644
+AD4 --- a/block/blk-mq.c
+AD4 diff --git a/block/blk-mq.c b/block/blk-mq.c
+AD4 index 9516304a38ee..0e467ff440a2 100644
+AD4 --- a/block/blk-mq.c
+AD4 +-+-+- b/block/blk-mq.c
+AD4 +AEAAQA -2062,7 +-2062,7 +AEAAQA void blk+AF8-mq+AF8-free+AF8-rqs(struct blk+AF8-mq+AF8-tag+AF8-set +ACo-set, struct blk+AF8-mq+AF8-tags +ACo-tags,
+AD4 list+AF8-del+AF8-init(+ACY-page-+AD4-lru)+ADs
+AD4 /+ACo
+AD4 +ACo Remove kmemleak object previously allocated in
+AD4 - +ACo blk+AF8-mq+AF8-init+AF8-rq+AF8-map().
+AD4 +- +ACo blk+AF8-mq+AF8-alloc+AF8-rqs().
+AD4 +ACo-/
+AD4 kmemleak+AF8-free(page+AF8-address(page))+ADs
+AD4 +AF8AXw-free+AF8-pages(page, page-+AD4-private)+ADs

Does the entire comment fit on a single 80 column line? In other words, can
the comment that is spread over four lines be reduced to a single line?

Thanks,

Bart.