[drivers/usbother]: more grammar fixes in comments
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m17s
Build system / Build (pull_request) Successful in 9m16s

This commit is contained in:
2025-06-13 22:06:41 +03:00
parent 29ce07d8e3
commit ffa69689c6

View File

@@ -512,7 +512,7 @@ drv_name db 'usbother', 0
default_list: db '/sys/settings/usbdrv.dat', 0 default_list: db '/sys/settings/usbdrv.dat', 0
str_1: db 'USBOTHER: Driver ID not found', 13, 10, 0 str_1: db 'USBOTHER: Driver for this ID not found', 13, 10, 0
str_2: db 'USBOTHER: Check found driver: ', 0, 13, 10, 0 str_2: db 'USBOTHER: Check found driver: ', 0, 13, 10, 0
str_3: db 'USBOTHER: Device driver is good', 13, 10, 0 str_3: db 'USBOTHER: Device driver is good', 13, 10, 0
str_4: db 'USBOTHER: Device driver fail prob', 13, 10, 0 str_4: db 'USBOTHER: Device driver fail prob', 13, 10, 0