mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-13 00:08:19 +07:00
eeepc-laptop: fix coding style
fix styles problems introduced by commit e86bda235a08b6a8e64c1e8bb9d175f6961554e3 Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
b39b85e74a
commit
f90be87430
@ -244,7 +244,8 @@ static int get_acpi(struct eeepc_laptop *eeepc, int cm)
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, acpi_handle *handle)
|
static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm,
|
||||||
|
acpi_handle *handle)
|
||||||
{
|
{
|
||||||
const char *method = cm_setv[cm];
|
const char *method = cm_setv[cm];
|
||||||
acpi_status status;
|
acpi_status status;
|
||||||
@ -1274,7 +1275,8 @@ static void cmsg_quirks(struct eeepc_laptop *eeepc)
|
|||||||
cmsg_quirk(eeepc, CM_ASL_TPD, "TPD");
|
cmsg_quirk(eeepc, CM_ASL_TPD, "TPD");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int eeepc_acpi_init(struct eeepc_laptop *eeepc, struct acpi_device *device)
|
static int eeepc_acpi_init(struct eeepc_laptop *eeepc,
|
||||||
|
struct acpi_device *device)
|
||||||
{
|
{
|
||||||
unsigned int init_flags;
|
unsigned int init_flags;
|
||||||
int result;
|
int result;
|
||||||
|
Loading…
Reference in New Issue
Block a user