Commit bfcf3d48 authored by Nikolai Kostrigin's avatar Nikolai Kostrigin Committed by Dmitry Torokhov

Input: elan_i2c - fix a typo in parameter name

s/max_baseliune/max_baseline/
Signed-off-by: default avatarNikolai Kostrigin <nickel@altlinux.org>
Link: https://lore.kernel.org/r/20210311114146.1977616-1-nickel@altlinux.orgSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent bcd9730a
......@@ -78,7 +78,7 @@ struct elan_transport_ops {
int (*calibrate_result)(struct i2c_client *client, u8 *val);
int (*get_baseline_data)(struct i2c_client *client,
bool max_baseliune, u8 *value);
bool max_baseline, u8 *value);
int (*get_version)(struct i2c_client *client, u8 pattern, bool iap,
u8 *version);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment