Skip to content

Commit a2cfa6a

Browse files
rddunlapmiquelraynal
authored andcommitted
mtd: rawnand: vf610_nfc: use regular comments for functions
These comments are not quite in kernel-doc format and they don't need to be, so just use "/*" comment markers for them. This prevents these kernel-doc warnings: drivers/mtd/nand/raw/vf610_nfc.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Read accessor for internal SRAM buffer drivers/mtd/nand/raw/vf610_nfc.c:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Write accessor for internal SRAM buffer Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Stefan Agner <stefan@agner.ch> Cc: Miquel Raynal <miquel.raynal@bootlin.com> Cc: Richard Weinberger <richard@nod.at> Cc: Vignesh Raghavendra <vigneshr@ti.com> Cc: linux-mtd@lists.infradead.org Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230113064004.24391-1-rdunlap@infradead.org
1 parent 003fe4b commit a2cfa6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mtd/nand/raw/vf610_nfc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static inline bool vf610_nfc_kernel_is_little_endian(void)
206206
#endif
207207
}
208208

209-
/**
209+
/*
210210
* Read accessor for internal SRAM buffer
211211
* @dst: destination address in regular memory
212212
* @src: source address in SRAM buffer
@@ -241,7 +241,7 @@ static inline void vf610_nfc_rd_from_sram(void *dst, const void __iomem *src,
241241
}
242242
}
243243

244-
/**
244+
/*
245245
* Write accessor for internal SRAM buffer
246246
* @dst: destination address in SRAM buffer
247247
* @src: source address in regular memory

0 commit comments

Comments
 (0)