]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: sbs: Unify the message printing
authorHanjun Guo <guohanjun@huawei.com>
Wed, 2 Jun 2021 08:54:38 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 13:36:46 +0000 (15:36 +0200)
commitf7e02c8d2344c9c2f124f71f53a900feb946eb8c
tree836218b37ced78bc38e1dfc4a73ef8ac648b04fd
parent8acf4108aabb025223d9fda416500c12ec6f6107
ACPI: sbs: Unify the message printing

Using pr_fmt() and pr_*() macros to unify the message printing.

While at it, fix the obvious coding style issue when scanning
the code.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sbs.c