Re: [PATCH 1/2] block: drbd: fix typos in comments
From: Christoph Böhmwalder
Date: Sat Sep 05 2026 - 14:26:58 EST
On Fri, Sep 04, 2026 at 05:00:59PM +0530, Hemanth Selam wrote:
Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
drivers/block/drbd/drbd_nl.c | 2 +-
drivers/block/drbd/drbd_req.c | 4 ++--
drivers/block/drbd/drbd_state.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Typo fixes like this are usually only worth it if they come with "real"
fixes in the same general area. Otherwise, they just cause unneccessary
churn for the involved maintainers.
Regards,
Christoph