From: Colin Ian King <colin.i.king@gmail.com>
To: "Philipp Reisner" <philipp.reisner@linbit.com>,
"Lars Ellenberg" <lars.ellenberg@linbit.com>,
"Christoph Böhmwalder" <christoph.boehmwalder@linbit.com>,
"Jens Axboe" <axboe@kernel.dk>,
drbd-dev@lists.linbit.com, linux-block@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH][next] drbd: Fix typos: "receive_peer_dagatg" -> "receive_peer_dagtag"
Date: Mon, 16 Mar 2026 20:25:48 +0000 [thread overview]
Message-ID: <20260316202549.33978-1-colin.i.king@gmail.com> (raw)
There are a couple of typos in drbd_info and drbd_err messages.
Fix them.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/block/drbd/drbd_receiver.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
index 06d83b5ffafb..100207623182 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -8850,14 +8850,14 @@ static int receive_peer_dagtag(struct drbd_connection *connection, struct packet
strategy != SYNC_SOURCE_USE_BITMAP &&
strategy != SYNC_TARGET_USE_BITMAP) {
drbd_info(peer_device,
- "receive_peer_dagatg(): %s by rule=%s\n",
+ "receive_peer_dagtag(): %s by rule=%s\n",
strategy_descriptor(strategy).name,
drbd_sync_rule_str(rule));
goto out;
}
} else if (ps != strategy) {
drbd_err(peer_device,
- "receive_peer_dagatg(): Inconsistent resync directions %s %s\n",
+ "receive_peer_dagtag(): Inconsistent resync directions %s %s\n",
strategy_descriptor(strategy).name, strategy_descriptor(ps).name);
goto out;
}
--
2.53.0
next reply other threads:[~2026-03-16 20:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 20:25 Colin Ian King [this message]
2026-03-18 19:05 ` [PATCH][next] drbd: Fix typos: "receive_peer_dagatg" -> "receive_peer_dagtag" Jens Axboe
2026-03-18 21:13 ` Christoph Böhmwalder
2026-03-18 21:20 ` Jens Axboe
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=20260316202549.33978-1-colin.i.king@gmail.com \
--to=colin.i.king@gmail.com \
--cc=axboe@kernel.dk \
--cc=christoph.boehmwalder@linbit.com \
--cc=drbd-dev@lists.linbit.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=lars.ellenberg@linbit.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=philipp.reisner@linbit.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