diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 16:19:41 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 16:19:41 -0400 |
commit | 7944d3a5a70ee5c1904ed1e8b1d71ff0af2854d9 (patch) | |
tree | fe6ec1a557a4b27712266d9d86f791c69e8e2596 /drivers/watchdog/acquirewdt.c | |
parent | 12b7a1523eda9cd72362fdda928ddb995ecdc06d (diff) |
[WATCHDOG] more coding style clean-up's
More coding style clean-up's.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/acquirewdt.c')
-rw-r--r-- | drivers/watchdog/acquirewdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/acquirewdt.c b/drivers/watchdog/acquirewdt.c index 7a5c69421f12..6e46a551395c 100644 --- a/drivers/watchdog/acquirewdt.c +++ b/drivers/watchdog/acquirewdt.c | |||
@@ -126,7 +126,7 @@ static ssize_t acq_write(struct file *file, const char __user *buf, | |||
126 | if (!nowayout) { | 126 | if (!nowayout) { |
127 | size_t i; | 127 | size_t i; |
128 | /* note: just in case someone wrote the magic character | 128 | /* note: just in case someone wrote the magic character |
129 | * five months ago... */ | 129 | five months ago... */ |
130 | expect_close = 0; | 130 | expect_close = 0; |
131 | /* scan to see whether or not we got the | 131 | /* scan to see whether or not we got the |
132 | magic character */ | 132 | magic character */ |