From: Colin Ian King Date: Sun, 24 Apr 2016 21:55:47 +0000 (+0100) Subject: hwmon: (sch5636) trivial fix of spelling mistake on revision X-Git-Tag: v5.15~13653^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6a442df63b2f0043c0b4fc05504ac4ded96ae80;p=platform%2Fkernel%2Flinux-starfive.git hwmon: (sch5636) trivial fix of spelling mistake on revision fix spelling mistake, revison -> revision Signed-off-by: Colin Ian King Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/sch5636.c b/drivers/hwmon/sch5636.c index 131a281..d24d7b6 100644 --- a/drivers/hwmon/sch5636.c +++ b/drivers/hwmon/sch5636.c @@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev) } revision[i] = val; } - pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME, + pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, data->addr, revision[0], revision[1]); /* Read all temp + fan ctrl registers to determine which are active */