* i/b/kernel_module_load: expand $SNAP_COMMON in module options
A kernel module might need to load a file from the filesystem, and we
might have cases where this file is shipped with the snap itself;
therefore, support using $SNAP_COMMON in the kernel module options.
* i/b/kernel_module_load: fix formatting