Skip to content

Commit 037dada

Browse files
Chu Guangqingrafaeljw
authored andcommitted
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>
1 parent 2817e6f commit 037dada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/x86/lpss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static void byt_i2c_setup(struct lpss_private_data *pdata)
181181
acpi_status status;
182182
u64 uid;
183183

184-
/* Expected to always be successfull, but better safe then sorry */
184+
/* Expected to always be successful, but better safe then sorry */
185185
if (!acpi_dev_uid_to_integer(pdata->adev, &uid) && uid) {
186186
/* Detect I2C bus shared with PUNIT and ignore its d3 status */
187187
status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host);

0 commit comments

Comments
 (0)