]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
memory: emif: Add missing kerneldoc for lpmode
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 May 2025 15:34:36 +0000 (17:34 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 10 Jun 2025 07:54:45 +0000 (09:54 +0200)
Add kerneldoc for 'lpmode' struct member to fix W=1 warnings:

  drivers/memory/emif.c:67 struct member 'lpmode' not described in 'emif_data'

Link: https://lore.kernel.org/r/20250525153435.15768-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/emif.c

index 2e1ecae9e959736a3b7aa6c875613978d8c03c02..2fadad0666b1f0c8f7c7e06c4d98646f32b868dd 100644 (file)
@@ -39,6 +39,7 @@
  *                             are two devices attached to this EMIF, this
  *                             value is the maximum of the two temperature
  *                             levels.
+ * @lpmode:                    Chosen low power mode
  * @node:                      node in the device list
  * @base:                      base address of memory-mapped IO registers.
  * @dev:                       device pointer.