summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-02-04 15:04:33 -0600
committerJohn Klug <john.klug@multitech.com>2019-02-04 15:04:33 -0600
commitf4213f291c0a0d708333bf078c87304ddaac289a (patch)
tree5532a0593727dfb22ecc9c3179464cb93c4e0ef9
parent0c165f032610aeeb334f2e397cebcec3b9d45d11 (diff)
downloadmts-io-f4213f291c0a0d708333bf078c87304ddaac289a.tar.gz
mts-io-f4213f291c0a0d708333bf078c87304ddaac289a.tar.bz2
mts-io-f4213f291c0a0d708333bf078c87304ddaac289a.zip
Close the comment4.1.0
-rw-r--r--io-module/mts-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts-io.c b/io-module/mts-io.c
index bfaf726..a17ff3c 100644
--- a/io-module/mts-io.c
+++ b/io-module/mts-io.c
@@ -924,7 +924,7 @@ static int __init mts_io_init(void)
* the probe function. If we don't remove the
* probe function, we will do a 2nd probe in
* platform_device_add, which will result in a
- * stack trace in the log.
+ * stack trace in the log. */
ret = platform_driver_register(&mts_io_driver);
if (ret)
printk(KERN_ERR "mts-io: probe failed: %d\n", ret);