Separate names with a comma.
I wrote a very simple kernel module doing only helloworld. ------- #include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("GPL");...