sm6150-common: udfps: s/hander/handler
Change-Id: I49726102bf33d54a29f2aae1bea707c9a55694b2
This commit is contained in:
parent
295458ae00
commit
46002331ca
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 The LineageOS Project
|
||||
* Copyright (C) 2022-2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@ -49,7 +49,7 @@ static bool readBool(int fd) {
|
||||
return c != '0';
|
||||
}
|
||||
|
||||
class XiaomiUdfpsHander : public UdfpsHandler {
|
||||
class XiaomiUdfpsHandler : public UdfpsHandler {
|
||||
public:
|
||||
void init(fingerprint_device_t* device) {
|
||||
mDevice = device;
|
||||
@ -114,7 +114,7 @@ class XiaomiUdfpsHander : public UdfpsHandler {
|
||||
};
|
||||
|
||||
static UdfpsHandler* create() {
|
||||
return new XiaomiUdfpsHander();
|
||||
return new XiaomiUdfpsHandler();
|
||||
}
|
||||
|
||||
static void destroy(UdfpsHandler* handler) {
|
||||
|
Loading…
Reference in New Issue
Block a user