linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/tape: Fix comment typo
@ 2022-07-15  5:38 Jason Wang
  2022-07-19 18:22 ` Alexander Gordeev
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:38 UTC (permalink / raw)
  To: svens
  Cc: hca, gor, agordeev, borntraeger, baihaowen, linux-s390,
	linux-kernel, Jason Wang

The double `that' is duplicated in line 551, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/s390/char/tape_34xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/char/tape_34xx.c b/drivers/s390/char/tape_34xx.c
index 38cc1565d6ae..751945fb6793 100644
--- a/drivers/s390/char/tape_34xx.c
+++ b/drivers/s390/char/tape_34xx.c
@@ -548,7 +548,7 @@ tape_34xx_unit_check(struct tape_device *device, struct tape_request *request,
 	case 0x2e:
 		/*
 		 * Not capable. This indicates either that the drive fails
-		 * reading the format id mark or that that format specified
+		 * reading the format id mark or that format specified
 		 * is not supported by the drive.
 		 */
 		dev_warn (&device->cdev->dev, "The tape unit cannot process "
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:38 [PATCH] s390/tape: Fix comment typo Jason Wang
2022-07-19 18:22 ` Alexander Gordeev

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 NNTP newsgroup(s).