[PATCH] drivers: s390: dasd_int.h: resolved spelling mistake

Muhammad Muzammil posted 1 patch 2 years, 2 months ago
drivers/s390/block/dasd_int.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers: s390: dasd_int.h: resolved spelling mistake
Posted by Muhammad Muzammil 2 years, 2 months ago
resolved typing mistake from pimary to primary

Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
---
 drivers/s390/block/dasd_int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h
index 2e663131adaf..1b1b8a41c4d4 100644
--- a/drivers/s390/block/dasd_int.h
+++ b/drivers/s390/block/dasd_int.h
@@ -283,7 +283,7 @@ struct dasd_pprc_dev_info {
 	__u8 secondary;		/* 7       Secondary device address */
 	__u16 pprc_id;		/* 8-9     Peer-to-Peer Remote Copy ID */
 	__u8 reserved2[12];	/* 10-21   reserved */
-	__u16 prim_cu_ssid;	/* 22-23   Pimary Control Unit SSID */
+	__u16 prim_cu_ssid;	/* 22-23   Primary Control Unit SSID */
 	__u8 reserved3[12];	/* 24-35   reserved */
 	__u16 sec_cu_ssid;	/* 36-37   Secondary Control Unit SSID */
 	__u8 reserved4[90];	/* 38-127  reserved */
-- 
2.27.0
Re: [PATCH] drivers: s390: dasd_int.h: resolved spelling mistake
Posted by Stefan Haberland 2 years, 2 months ago
Am 10.10.23 um 06:31 schrieb Muhammad Muzammil:
> resolved typing mistake from pimary to primary
>
> Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
> ---

applied, thanks