Commit 037dada8 authored by Chu Guangqing's avatar Chu Guangqing Committed by Rafael J. Wysocki
Browse files

ACPI: LPSS: Fix a spelling mistake



Fix spelling by replacing "successfull" with "successful".

Signed-off-by: default avatarChu Guangqing <chuguangqing@inspur.com>
[ rjw: Changelog edits ]
Link: https://patch.msgid.link/20251125021431.2243-1-chuguangqing@inspur.com


Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2817e6fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);