* [PATCH] regmap: Fix kerneldoc errors for regmap
@ 2011-08-09 1:24 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2011-08-09 1:24 UTC (permalink / raw)
To: linux-kernel; +Cc: patches, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/regmap.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index c878a4b..4de137b 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -27,15 +27,15 @@ 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
- * can be written to.
- * @readable_register: Optional callback returning true if the register
- * can be read from.
- * @volatile_register: Optional callback returning true if the register
- * value can't be cached.
- * @precious_register: 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).
+ * @writeable_reg: Optional callback returning true if the register
+ * can be written to.
+ * @readable_reg: Optional callback returning true if the register
+ * can be read from.
+ * @volatile_reg: Optional callback returning true if the register
+ * value can't be cached.
+ * @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).
*/
struct regmap_config {
int reg_bits;
--
1.7.5.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-09 14:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-09 1:24 [PATCH] regmap: Fix kerneldoc errors for regmap Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®