regmap: Fix kerneldoc errors for regmap
Field names didn't match between the documentation and the code. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
18694886bd
commit
3566cc9d90
|
@ -27,13 +27,13 @@ struct spi_device;
|
||||||
* @val_bits: Number of bits in a register value, mandatory.
|
* @val_bits: Number of bits in a register value, mandatory.
|
||||||
*
|
*
|
||||||
* @max_register: Optional, specifies the maximum valid register index.
|
* @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.
|
* 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.
|
* 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.
|
* 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
|
* should not be read outside of a call from the driver
|
||||||
* (eg, a clear on read interrupt status register).
|
* (eg, a clear on read interrupt status register).
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue