* [PATCH] ARM: pxa: fix repeated words in comments
@ 2022-09-14 8:37 Jilin Yuan
2022-09-27 12:40 ` Bagas Sanjaya
0 siblings, 1 reply; 3+ messages in thread
From: Jilin Yuan @ 2022-09-14 8:37 UTC (permalink / raw)
To: daniel, haojian.zhuang, robert.jarzmik, linux
Cc: linux-arm-kernel, linux-kernel, Jilin Yuan
Delete the redundant word 'in'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
arch/arm/mach-pxa/palm27x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c
index 1a8d25eecac3..116183859357 100644
--- a/arch/arm/mach-pxa/palm27x.c
+++ b/arch/arm/mach-pxa/palm27x.c
@@ -160,7 +160,7 @@ void __init palm27x_lcd_init(int power, struct pxafb_mode_info *mode)
#if defined(CONFIG_USB_PXA27X) || \
defined(CONFIG_USB_PXA27X_MODULE)
-/* The actual GPIO offsets get filled in in the palm27x_udc_init() call */
+/* The actual GPIO offsets get filled in the palm27x_udc_init() call */
static struct gpiod_lookup_table palm27x_udc_gpiod_table = {
.dev_id = "gpio-vbus",
.table = {
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ARM: pxa: fix repeated words in comments
2022-09-14 8:37 [PATCH] ARM: pxa: fix repeated words in comments Jilin Yuan
@ 2022-09-27 12:40 ` Bagas Sanjaya
0 siblings, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2022-09-27 12:40 UTC (permalink / raw)
To: Jilin Yuan
Cc: daniel, haojian.zhuang, robert.jarzmik, linux, linux-arm-kernel,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 908 bytes --]
On Wed, Sep 14, 2022 at 04:37:46PM +0800, Jilin Yuan wrote:
> -/* The actual GPIO offsets get filled in in the palm27x_udc_init() call */
> +/* The actual GPIO offsets get filled in the palm27x_udc_init() call */
> static struct gpiod_lookup_table palm27x_udc_gpiod_table = {
> .dev_id = "gpio-vbus",
> .table = {
NAK!
The reasons:
* I read the comment above (without the patch) as "The actual offsets get
set in the function call". Both ins are of different parts of speech
(adverbial and preposition).
* As I stated to other developers (see [1] and [2]), you and other
@cdjrlc.com developers ignore critical code reviews (no reply to
them).
Thanks.
[1]: https://lore.kernel.org/lkml/ca8efe3b-1aeb-8a4e-79e9-3f3f9281ff34@gmail.com/
[2]: https://lore.kernel.org/lkml/YzJaIolrTarQ4Qdn@debian.me/
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: pxa: fix repeated words in comments
@ 2022-09-14 8:40 Jilin Yuan
0 siblings, 0 replies; 3+ messages in thread
From: Jilin Yuan @ 2022-09-14 8:40 UTC (permalink / raw)
To: daniel, haojian.zhuang, robert.jarzmik, linux
Cc: linux-arm-kernel, linux-kernel, Jilin Yuan
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
arch/arm/mach-pxa/hx4700-pcmcia.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/hx4700-pcmcia.c b/arch/arm/mach-pxa/hx4700-pcmcia.c
index e2331dfe427d..860b78aed18c 100644
--- a/arch/arm/mach-pxa/hx4700-pcmcia.c
+++ b/arch/arm/mach-pxa/hx4700-pcmcia.c
@@ -30,7 +30,7 @@ static int hx4700_pcmcia_hw_init(struct soc_pcmcia_socket *skt)
/*
* IRQ type must be set before soc_pcmcia_hw_init() calls request_irq().
* The asic3 default IRQ type is level trigger low level detect, exactly
- * the the signal present on GPIOD4_CF_nCD when a CF card is inserted.
+ * the signal present on GPIOD4_CF_nCD when a CF card is inserted.
* If the IRQ type is not changed, the asic3 interrupt handler will loop
* repeatedly because it is unable to clear the level trigger interrupt.
*/
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-27 12:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14 8:37 [PATCH] ARM: pxa: fix repeated words in comments Jilin Yuan
2022-09-27 12:40 ` Bagas Sanjaya
-- strict thread matches above, loose matches on Subject: below --
2022-09-14 8:40 Jilin Yuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox