From 7d17f3e77df668f170982c33a63c5c625f1735c8 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 12 Mar 2012 09:52:13 +0530 Subject: [PATCH] --- yaml --- r: 296791 b: refs/heads/master c: bfae14b679063d85f10579bbfd532db58b122e29 h: refs/heads/master i: 296789: 0dfe15fb674907b3af179dfc152b7ebbb3c78c99 296787: 0c08bb1efc4a53d4043790e94967c172b682bd5d 296783: f7d2b9203ea6048046a65d787303205897ae7201 v: v3 --- [refs] | 2 +- trunk/drivers/watchdog/sp805_wdt.c | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 2756f3605daf..241c7e167152 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60a1aa50b2ca142a91455203ca2aa09502eddd20 +refs/heads/master: bfae14b679063d85f10579bbfd532db58b122e29 diff --git a/trunk/drivers/watchdog/sp805_wdt.c b/trunk/drivers/watchdog/sp805_wdt.c index 49b615a29c4c..3e4edda261d1 100644 --- a/trunk/drivers/watchdog/sp805_wdt.c +++ b/trunk/drivers/watchdog/sp805_wdt.c @@ -56,14 +56,13 @@ /** * 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;