diff options
| author | Chu Guangqing <chuguangqing@inspur.com> | 2025-11-25 10:14:31 +0800 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-27 14:08:26 +0100 |
| commit | 037dada8bbb14e42b6596e30557b08ee051f7b1b (patch) | |
| tree | 50c78820d0cb12f9d9b7a0469ef81f20ed695c6b /drivers | |
| parent | 2817e6fa84ac8fe54efc208f5676698275ff6412 (diff) | |
| download | linux-037dada8bbb14e42b6596e30557b08ee051f7b1b.tar.gz | |
ACPI: LPSS: Fix a spelling mistake
Fix spelling by replacing "successfull" with "successful".
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
[ rjw: Changelog edits ]
Link: https://patch.msgid.link/20251125021431.2243-1-chuguangqing@inspur.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/x86/lpss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/x86/lpss.c b/drivers/acpi/x86/lpss.c index 6daa6372f9800f..1dcb80ab0d2318 100644 --- a/drivers/acpi/x86/lpss.c +++ b/drivers/acpi/x86/lpss.c @@ -181,7 +181,7 @@ static void byt_i2c_setup(struct lpss_private_data *pdata) acpi_status status; u64 uid; - /* Expected to always be successfull, but better safe then sorry */ + /* Expected to always be successful, but better safe then sorry */ if (!acpi_dev_uid_to_integer(pdata->adev, &uid) && uid) { /* Detect I2C bus shared with PUNIT and ignore its d3 status */ status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); |
