summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-03-09 14:42:22 -0700
committerLee Jones <lee@kernel.org>2026-03-25 12:45:32 +0000
commit5671125a129e97bdd634cf74137cf109d4420a0b (patch)
treede1f2ca012bfb338706095c5180648b29806d98d /include/linux
parent69d7fa1b918d0aa0157aef5f71f757916194f099 (diff)
mfd: rsmu: Remove a empty kernel-doc line
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> Link: https://patch.msgid.link/20260309214223.749088-4-rdunlap@infradead.org Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/rsmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/rsmu.h b/include/linux/mfd/rsmu.h
index 0379aa207428..2f27386a7122 100644
--- a/include/linux/mfd/rsmu.h
+++ b/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.