]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/at32ap700x_wdt.c
tcp: No need to clear retransmit_skb_hint when SACKing
[linux-2.6-omap-h63xx.git] / drivers / watchdog / at32ap700x_wdt.c
index 4538b57f451a5a86355275e15d514f6ba59d2d45..e8ae638e5804ceb600acce099555127161848191 100644 (file)
@@ -283,7 +283,7 @@ static ssize_t at32_wdt_write(struct file *file, const char __user *data,
                         */
                        for (i = 0; i != len; i++) {
                                char c;
-                               if (get_user(c, data+i))
+                               if (get_user(c, data + i))
                                        return -EFAULT;
                                if (c == 'V')
                                        expect_release = 42;