Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3566cc9d authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Fix kerneldoc errors for regmap



Field names didn't match between the documentation and the code.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 18694886
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ struct spi_device;
 * @val_bits: Number of bits in a register value, mandatory.
 *
 * @max_register: Optional, specifies the maximum valid register index.
 * @writeable_register: Optional callback returning true if the register
 * @writeable_reg: Optional callback returning true if the register
 *                 can be written to.
 * @readable_register: Optional callback returning true if the register
 * @readable_reg: Optional callback returning true if the register
 *                can be read from.
 * @volatile_register: Optional callback returning true if the register
 * @volatile_reg: Optional callback returning true if the register
 *                value can't be cached.
 * @precious_register: Optional callback returning true if the rgister
 * @precious_reg: Optional callback returning true if the rgister
 *                should not be read outside of a call from the driver
 *                (eg, a clear on read interrupt status register).
 */