]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: s3c2410: Minor code cleanup
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 13 Mar 2017 19:07:26 +0000 (21:07 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 5 Jun 2017 18:38:52 +0000 (20:38 +0200)
commit08497f22b15affcf08fb2d1173caa73e7ad54df7
tree1dad7deeab0f92bfe127fa379c059406593aac6d
parenta9a02c46624ad112eb07ca26b6a025c1358ed3ad
watchdog: s3c2410: Minor code cleanup

Cleanup the code from minor readability issues (no functional changes):
1. Fix checkpatch: ERROR: Do not include the paragraph about writing to
   the Free Software Foundation's mailing address.
2. Fix checkpatch: WARNING: quoted string split across lines
3. Fix chechpatch: WARNING: Prefer 'unsigned int' to bare use of
   'unsigned'
4. Use 'dev' consistently in probe function instead of mixing dev with
   &pdev->dev.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/s3c2410_wdt.c