All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: fix repeated words in comments
@ 2022-08-30 15:16 Jilin Yuan
  2022-08-31  8:36 ` Dominik Brodowski
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-08-30 15:16 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, Jilin Yuan

Delete the redundant word 'really'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/pcmcia/ds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
index ace133b9f7d4..05d18614f6b4 100644
--- a/drivers/pcmcia/ds.c
+++ b/drivers/pcmcia/ds.c
@@ -1304,7 +1304,7 @@ static int pcmcia_bus_early_resume(struct pcmcia_socket *skt)
  * physically present, even if the call to this function returns
  * non-NULL. Furthermore, the device driver most likely is unbound
  * almost immediately, so the timeframe where pcmcia_dev_present
- * returns NULL is probably really really small.
+ * returns NULL is probably really small.
  */
 struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev)
 {
-- 
2.36.1


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

* Re: [PATCH] pcmcia: fix repeated words in comments
  2022-08-30 15:16 [PATCH] pcmcia: fix repeated words in comments Jilin Yuan
@ 2022-08-31  8:36 ` Dominik Brodowski
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2022-08-31  8:36 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: linux-kernel

On Tue, Aug 30, 2022 at 11:16:48PM +0800, Jilin Yuan wrote:
> Delete the redundant word 'really'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  drivers/pcmcia/ds.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
> index ace133b9f7d4..05d18614f6b4 100644
> --- a/drivers/pcmcia/ds.c
> +++ b/drivers/pcmcia/ds.c
> @@ -1304,7 +1304,7 @@ static int pcmcia_bus_early_resume(struct pcmcia_socket *skt)
>   * physically present, even if the call to this function returns
>   * non-NULL. Furthermore, the device driver most likely is unbound
>   * almost immediately, so the timeframe where pcmcia_dev_present
> - * returns NULL is probably really really small.
> + * returns NULL is probably really small.
>   */
>  struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev)
>  {

Thanks for your patch. However, the duplication here is on purpose

	https://en.wikipedia.org/wiki/Epizeuxis

Thanks,
	Dominik

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

end of thread, other threads:[~2022-08-31  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 15:16 [PATCH] pcmcia: fix repeated words in comments Jilin Yuan
2022-08-31  8:36 ` Dominik Brodowski

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.