[PATCH 3/4 v2] mfd: rsmu: remove a empty kernel-doc line

Randy Dunlap posted 4 patches 1 month ago
[PATCH 3/4 v2] mfd: rsmu: remove a empty kernel-doc line
Posted by Randy Dunlap 1 month ago
kernel-doc format expects a prototype on the line that immediately
follows the "/**" line, so drop this empty line.

Warning: include/linux/mfd/rsmu.h:21 Cannot find identifier on line: *

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Lee Jones <lee@kernel.org>

 include/linux/mfd/rsmu.h |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20260220.orig/include/linux/mfd/rsmu.h
+++ linux-next-20260220/include/linux/mfd/rsmu.h
@@ -19,7 +19,6 @@ enum rsmu_type {
 };
 
 /**
- *
  * struct rsmu_ddata - device data structure for sub devices.
  *
  * @dev:    i2c/spi device.