Loading drivers/soc/qcom/spcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ * User Space Request & Response are synchronous. * read() & write() operations are blocking until completed or terminated. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/kernel.h> /* min() */ #include <linux/module.h> /* MODULE_LICENSE */ Loading Loading
drivers/soc/qcom/spcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ * User Space Request & Response are synchronous. * read() & write() operations are blocking until completed or terminated. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/kernel.h> /* min() */ #include <linux/module.h> /* MODULE_LICENSE */ Loading