All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-nfc] [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
@ 2020-11-17  1:17 ` Bongsu Jeon
  0 siblings, 0 replies; 6+ messages in thread
From: Bongsu Jeon @ 2020-11-17  1:17 UTC (permalink / raw)
  To: linux-nfc

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

stucture should be replaced by structure.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
---
 drivers/nfc/s3fwrn5/firmware.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index ec930ee2c847..4cde6dd5c019 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -266,7 +266,7 @@ static int s3fwrn5_fw_complete_update_mode(struct s3fwrn5_fw_info *fw_info)
 }
 
 /*
- * Firmware header stucture:
+ * Firmware header structure:
  *
  * 0x00 - 0x0B : Date and time string (w/o NUL termination)
  * 0x10 - 0x13 : Firmware version
-- 
2.17.1

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

* [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
@ 2020-11-17  1:17 ` Bongsu Jeon
  0 siblings, 0 replies; 6+ messages in thread
From: Bongsu Jeon @ 2020-11-17  1:17 UTC (permalink / raw)
  To: linux-nfc

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

stucture should be replaced by structure.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
---
 drivers/nfc/s3fwrn5/firmware.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index ec930ee2c847..4cde6dd5c019 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -266,7 +266,7 @@ static int s3fwrn5_fw_complete_update_mode(struct s3fwrn5_fw_info *fw_info)
 }
 
 /*
- * Firmware header stucture:
+ * Firmware header structure:
  *
  * 0x00 - 0x0B : Date and time string (w/o NUL termination)
  * 0x10 - 0x13 : Firmware version
-- 
2.17.1

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

* [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
@ 2020-11-17  1:17 ` Bongsu Jeon
  0 siblings, 0 replies; 6+ messages in thread
From: Bongsu Jeon @ 2020-11-17  1:17 UTC (permalink / raw)
  To: krzk@kernel.org, Krzysztof Opasiak
  Cc: linux-nfc@lists.01.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org

stucture should be replaced by structure.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
---
 drivers/nfc/s3fwrn5/firmware.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index ec930ee2c847..4cde6dd5c019 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -266,7 +266,7 @@ static int s3fwrn5_fw_complete_update_mode(struct s3fwrn5_fw_info *fw_info)
 }
 
 /*
- * Firmware header stucture:
+ * Firmware header structure:
  *
  * 0x00 - 0x0B : Date and time string (w/o NUL termination)
  * 0x10 - 0x13 : Firmware version
-- 
2.17.1


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

* [linux-nfc] Re: [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
  2020-11-17  1:17 ` Bongsu Jeon
  (?)
@ 2020-11-17  7:42 ` krzk
  -1 siblings, 0 replies; 6+ messages in thread
From: krzk @ 2020-11-17  7:42 UTC (permalink / raw)
  To: linux-nfc

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

On Tue, Nov 17, 2020@10:17:42AM +0900, Bongsu Jeon wrote:
> stucture should be replaced by structure.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>

I already reviewed it.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

* Re: [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
@ 2020-11-17  7:42 ` krzk
  0 siblings, 0 replies; 6+ messages in thread
From: krzk @ 2020-11-17  7:42 UTC (permalink / raw)
  To: linux-nfc

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

On Tue, Nov 17, 2020 at 10:17:42AM +0900, Bongsu Jeon wrote:
> stucture should be replaced by structure.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>

I already reviewed it.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

* Re: [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
@ 2020-11-17  7:42 ` krzk
  0 siblings, 0 replies; 6+ messages in thread
From: krzk @ 2020-11-17  7:42 UTC (permalink / raw)
  To: Bongsu Jeon
  Cc: Krzysztof Opasiak, linux-nfc@lists.01.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Tue, Nov 17, 2020 at 10:17:42AM +0900, Bongsu Jeon wrote:
> stucture should be replaced by structure.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>

I already reviewed it.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

end of thread, other threads:[~2020-11-17  7:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17  7:42 [linux-nfc] Re: [PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment krzk
2020-11-17  7:42 ` krzk
2020-11-17  7:42 ` krzk
  -- strict thread matches above, loose matches on Subject: below --
2020-11-17  1:17 [linux-nfc] " Bongsu Jeon
2020-11-17  1:17 ` Bongsu Jeon
2020-11-17  1:17 ` Bongsu Jeon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.