Skip to content

Commit

Permalink
[WATCHDOG] Fix s3c2410_wdt driver coding style issues
Browse files Browse the repository at this point in the history
Fixup coding style issues in the s3c2410_wdt driver.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Ben Dooks authored and Wim Van Sebroeck committed Aug 26, 2008
1 parent 9e3eaf1 commit 0e65fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int s3c2410wdt_probe(struct platform_device *pdev)
return -ENOENT;
}

size = (res->end-res->start)+1;
size = (res->end - res->start) + 1;
wdt_mem = request_mem_region(res->start, size, pdev->name);
if (wdt_mem == NULL) {
dev_err(dev, "failed to get memory region\n");
Expand Down

0 comments on commit 0e65fb2

Please sign in to comment.