diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-12 00:22:13 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 14:14:28 -0400 |
commit | bfae14b679063d85f10579bbfd532db58b122e29 (patch) | |
tree | 328ef4aec6754ca5febaf5966eaef8d643d4c49c /drivers/watchdog | |
parent | 60a1aa50b2ca142a91455203ca2aa09502eddd20 (diff) |
watchdog: sp805: Fix documentation style comment
@ 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 <viresh.kumar@st.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/sp805_wdt.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index 49b615a29c4c..3e4edda261d1 100644 --- a/drivers/watchdog/sp805_wdt.c +++ b/drivers/watchdog/sp805_wdt.c | |||
@@ -56,14 +56,13 @@ | |||
56 | 56 | ||
57 | /** | 57 | /** |
58 | * struct sp805_wdt: sp805 wdt device structure | 58 | * struct sp805_wdt: sp805 wdt device structure |
59 | * | 59 | * @lock: spin lock protecting dev structure and io access |
60 | * lock: spin lock protecting dev structure and io access | 60 | * @base: base address of wdt |
61 | * base: base address of wdt | 61 | * @clk: clock structure of wdt |
62 | * clk: clock structure of wdt | 62 | * @adev: amba device structure of wdt |
63 | * dev: amba device structure of wdt | 63 | * @status: current status of wdt |
64 | * status: current status of wdt | 64 | * @load_val: load value to be set for current timeout |
65 | * load_val: load value to be set for current timeout | 65 | * @timeout: current programmed timeout |
66 | * timeout: current programmed timeout | ||
67 | */ | 66 | */ |
68 | struct sp805_wdt { | 67 | struct sp805_wdt { |
69 | spinlock_t lock; | 68 | spinlock_t lock; |