DM-Devel Archive mirror
 help / color / mirror / Atom feed
From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>,
	Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 04/11] dm vdo: Modify mismatched function name
Date: Thu, 29 Feb 2024 23:26:22 -0500	[thread overview]
Message-ID: <12b629369d07e907ca5b73bb1ee049f12ee4d3e6.1709266694.git.msakai@redhat.com> (raw)
In-Reply-To: <cover.1709266694.git.msakai@redhat.com>

From: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>

No functional modification involved.

src/c++/vdo/base/logical-zone.c:303: warning: expecting prototype for void attempt_generation_complete_notification()(). Prototype was for attempt_generation_complete_notification() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
---
 drivers/md/dm-vdo/logical-zone.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/md/dm-vdo/logical-zone.c b/drivers/md/dm-vdo/logical-zone.c
index cfbf1701ca84..e11f9c859349 100644
--- a/drivers/md/dm-vdo/logical-zone.c
+++ b/drivers/md/dm-vdo/logical-zone.c
@@ -295,8 +295,8 @@ static void notify_flusher(struct vdo_completion *completion)
 }
 
 /**
- * void attempt_generation_complete_notification() - Notify the flusher if some generation no
- *                                                   longer has active VIOs.
+ * attempt_generation_complete_notification() - Notify the flusher if some generation no
+ *                                              longer has active VIOs.
  * @completion: The zone completion.
  */
 static void attempt_generation_complete_notification(struct vdo_completion *completion)
-- 
2.42.0


  parent reply	other threads:[~2024-03-01  4:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01  4:26 [PATCH 00/11] dm vdo: fix minor comment issues Matthew Sakai
2024-03-01  4:26 ` [PATCH 01/11] dm vdo: Modify mismatched function name Matthew Sakai
2024-03-01  4:26 ` [PATCH 02/11] dm vdo slab-depot: " Matthew Sakai
2024-03-01  4:26 ` [PATCH 03/11] dm vdo: " Matthew Sakai
2024-03-01  4:26 ` Matthew Sakai [this message]
2024-03-01  4:26 ` [PATCH 05/11] " Matthew Sakai
2024-03-01  4:26 ` [PATCH 06/11] " Matthew Sakai
2024-03-01  4:26 ` [PATCH 07/11] dm vdo dedupe: " Matthew Sakai
2024-03-01  4:26 ` [PATCH 08/11] dm vdo: " Matthew Sakai
2024-03-01  4:26 ` [PATCH 09/11] dm vdo indexer delta-index: fix typos in comments Matthew Sakai
2024-03-01  4:26 ` [PATCH 10/11] dm vdo: update module comments Matthew Sakai
2024-03-01  4:26 ` [PATCH 11/11] dm vdo: remove outdated pointer_map reference Matthew Sakai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12b629369d07e907ca5b73bb1ee049f12ee4d3e6.1709266694.git.msakai@redhat.com \
    --to=msakai@redhat.com \
    --cc=dm-devel@lists.linux.dev \
    --cc=jiapeng.chong@linux.alibaba.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).