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

Randy Dunlap posted 1 patch 1 month, 3 weeks ago
include/linux/mfd/rsmu.h |    1 -
1 file changed, 1 deletion(-)
[PATCH] mfd: rsmu: remove a empty kernel-doc line
Posted by Randy Dunlap 1 month, 3 weeks 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.
Re: [PATCH] mfd: rsmu: remove a empty kernel-doc line
Posted by Lee Jones 1 month, 1 week ago
On Mon, 23 Feb 2026 12:12:12 -0800, Randy Dunlap wrote:
> 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: *
> 
> 

Applied, thanks!

[1/1] mfd: rsmu: remove a empty kernel-doc line
      commit: 064877fe76ab44b6290c88ddcb01679fbc5798d8

--
Lee Jones [李琼斯]