watchdog: sp805: Fix documentation style comment
authorViresh Kumar <[email protected]>
Mon, 12 Mar 2012 04:22:13 +0000 (09:52 +0530)
committerWim Van Sebroeck <[email protected]>
Tue, 27 Mar 2012 18:14:28 +0000 (20:14 +0200)
@ was missing before variables names, in their description. Also adev is
mentioned as dev in comment. Fix both these issues.

Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/sp805_wdt.c

index 49b615a29c4c0e114b8024d97ce3c8a8d32291e6..3e4edda261d1da4ae536167a827a55c0cff7864b 100644 (file)
 
 /**
  * struct sp805_wdt: sp805 wdt device structure
- *
- * lock: spin lock protecting dev structure and io access
- * base: base address of wdt
- * clk: clock structure of wdt
- * dev: amba device structure of wdt
- * status: current status of wdt
- * load_val: load value to be set for current timeout
- * timeout: current programmed timeout
+ * @lock: spin lock protecting dev structure and io access
+ * @base: base address of wdt
+ * @clk: clock structure of wdt
+ * @adev: amba device structure of wdt
+ * @status: current status of wdt
+ * @load_val: load value to be set for current timeout
+ * @timeout: current programmed timeout
  */
 struct sp805_wdt {
        spinlock_t                      lock;