[PATCH] mfd: rsmu: remove a empty kernel-doc line

From: Randy Dunlap

Date: Mon Feb 23 2026 - 15:12:37 EST


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@xxxxxxxxxxxxx>
---
Cc: Lee Jones <lee@xxxxxxxxxx>

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.