mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Kory Maincent <Kory.maincent@bootlin.com> Link: https://patch.msgid.link/20240709105222.168306-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
58f9416d41
commit
a6a9fcb108
@ -589,7 +589,7 @@ static int pd692x0_pi_set_pw_from_table(struct device *dev,
|
||||
|
||||
if (pw < pw_table->class_pw) {
|
||||
dev_err(dev,
|
||||
"Power limit %dmW not supported. Ranges availables: [%d-%d] or [%d-%d]\n",
|
||||
"Power limit %dmW not supported. Ranges available: [%d-%d] or [%d-%d]\n",
|
||||
pw,
|
||||
(pw_table - 1)->class_pw,
|
||||
(pw_table - 1)->class_pw + (pw_table - 1)->max_added_class_pw,
|
||||
|
Loading…
Reference in New Issue
Block a user