[PATCH v2 3/3] platform/x86: fujitsu-laptop: rename call_fext_func() arguments

2017-04-05 Thread Michał Kępień
Rename call_fext_func() arguments so that each argument's name signifies its role: - cmd -> func: sub-function to call (flags, buttons etc.), - arg0 -> op: operation to perform (get, set, get capabilities etc.), - arg1 -> feature: feature to act on (e.g. which LED), if relevant, - arg2 ->

[PATCH v2 3/3] platform/x86: fujitsu-laptop: rename call_fext_func() arguments

2017-04-05 Thread Michał Kępień
Rename call_fext_func() arguments so that each argument's name signifies its role: - cmd -> func: sub-function to call (flags, buttons etc.), - arg0 -> op: operation to perform (get, set, get capabilities etc.), - arg1 -> feature: feature to act on (e.g. which LED), if relevant, - arg2 ->