]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: LPSS: Fix a spelling mistake
authorChu Guangqing <chuguangqing@inspur.com>
Tue, 25 Nov 2025 02:14:31 +0000 (10:14 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Nov 2025 13:08:26 +0000 (14:08 +0100)
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>
drivers/acpi/x86/lpss.c

index 6daa6372f9800f0efc6b281ca5ccd92e0cf327c7..1dcb80ab0d231858a798c306a34fde082318febd 100644 (file)
@@ -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);