Re: [PATCH] drbd: fix typo in comment
Christoph Böhmwalder <[email protected]> Mon, 10 Aug 2026 13:11:40 +0200
| Newsgroups | org.kernel.vger.linux-block,dev.linux.lists.drbd-dev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Am 28.07.26 um 11:05 schrieb Guo Tenglong: > Correct "seperate" to "separate" in a comment. > > Signed-off-by: Guo Tenglong <[email protected]> > --- > drivers/block/drbd/drbd_state.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c > index adcba7f1d..98abd2351 100644 > --- a/drivers/block/drbd/drbd_state.c > +++ b/drivers/block/drbd/drbd_state.c > @@ -1339,7 +1339,7 @@ _drbd_set_state(struct drbd_device *device, union drbd_state ns, > > remember_new_state(state_change); > > - /* put replicated vs not-replicated requests in seperate epochs */ > + /* put replicated vs not-replicated requests in separate epochs */ > if (drbd_should_do_remote((union drbd_dev_state)os.i) != > drbd_should_do_remote((union drbd_dev_state)ns.i)) > start_new_tl_epoch(connection); Thanks for the patch. Typo fixes like this are generally only worth it if they come with a "real" fix in the same general reason. On their own, they just cause more work for the maintainers involved with no real benefit -- especially in this case, where I initially struggled to even see the difference. NAK. -- Christoph Böhmwalder LINBIT | Keeping the Digital World Running DRBD HA — Disaster Recovery — Software defined Storage