summaryrefslogtreecommitdiff
path: root/io-module/mts-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts-io.c')
-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);