All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] udf: osta_udf.h: delete a duplicated word
@ 2020-07-20  0:14 Randy Dunlap
  2020-07-27  8:59 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-07-20  0:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jan Kara

Drop the repeated word "struct" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jan Kara <jack@suse.com>
---
 fs/udf/osta_udf.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/fs/udf/osta_udf.h
+++ linux-next-20200717/fs/udf/osta_udf.h
@@ -226,7 +226,7 @@ struct sparingTable {
 #define ICBTAG_FILE_TYPE_MIRROR		0xFB
 #define ICBTAG_FILE_TYPE_BITMAP		0xFC
 
-/* struct struct long_ad ICB - ADImpUse (UDF 2.60 2.2.4.3) */
+/* struct long_ad ICB - ADImpUse (UDF 2.60 2.2.4.3) */
 struct allocDescImpUse {
 	__le16		flags;
 	uint8_t		impUse[4];

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

* Re: [PATCH] udf: osta_udf.h: delete a duplicated word
  2020-07-20  0:14 [PATCH] udf: osta_udf.h: delete a duplicated word Randy Dunlap
@ 2020-07-27  8:59 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2020-07-27  8:59 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, Jan Kara

On Sun 19-07-20 17:14:55, Randy Dunlap wrote:
> Drop the repeated word "struct" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jan Kara <jack@suse.com>

Thanks! Applied.

								Honza

> ---
>  fs/udf/osta_udf.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200717.orig/fs/udf/osta_udf.h
> +++ linux-next-20200717/fs/udf/osta_udf.h
> @@ -226,7 +226,7 @@ struct sparingTable {
>  #define ICBTAG_FILE_TYPE_MIRROR		0xFB
>  #define ICBTAG_FILE_TYPE_BITMAP		0xFC
>  
> -/* struct struct long_ad ICB - ADImpUse (UDF 2.60 2.2.4.3) */
> +/* struct long_ad ICB - ADImpUse (UDF 2.60 2.2.4.3) */
>  struct allocDescImpUse {
>  	__le16		flags;
>  	uint8_t		impUse[4];
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

end of thread, other threads:[~2020-07-27  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  0:14 [PATCH] udf: osta_udf.h: delete a duplicated word Randy Dunlap
2020-07-27  8:59 ` Jan Kara

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.