]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
memory: omap-gpmc: Silence W=1 kerneldoc warnings
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 20 May 2026 11:16:31 +0000 (13:16 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 24 May 2026 18:42:10 +0000 (20:42 +0200)
commit83c1d176fbac3c3ffbeaddbc37e11e083f19cebc
tree31e42c89f9026bf87dbe65100fdb354d42bef383
parent0a783a6686c96847d74874dbea38fa0e6b1f6c12
memory: omap-gpmc: Silence W=1 kerneldoc warnings

Recent W=1 builds print kerneldoc warnings, even though a correct
kerneldoc is there:

  Warning: drivers/memory/omap-gpmc.c:441 Excess function parameter 'cs' description in 'get_gpmc_timing_reg'

Drop additional inline comments for arguments to fix that.  They are
anyway not that useful.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260520111630.89365-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/omap-gpmc.c