From f4213f291c0a0d708333bf078c87304ddaac289a Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 4 Feb 2019 15:04:33 -0600 Subject: Close the comment --- io-module/mts-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3