diff mbox series

[next] net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"

Message ID 20240709105222.168306-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit a6a9fcb10836105e525ccb8bc1a6af4b20a113be
Delegated to: Netdev Maintainers
Headers show
Series [next] net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available" | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 816 this patch: 816
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 821 this patch: 821
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 821 this patch: 821
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-07-09--21-00 (tests: 693)

Commit Message

Colin Ian King July 9, 2024, 10:52 a.m. UTC
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/pse-pd/pd692x0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kory Maincent July 9, 2024, 12:08 p.m. UTC | #1
On Tue,  9 Jul 2024 11:52:22 +0100
Colin Ian King <colin.i.king@gmail.com> wrote:

> 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>

--
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
patchwork-bot+netdevbpf@kernel.org July 11, 2024, 5:11 p.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  9 Jul 2024 11:52:22 +0100 you wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/pse-pd/pd692x0.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"
    https://git.kernel.org/netdev/net-next/c/a6a9fcb10836

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/pse-pd/pd692x0.c b/drivers/net/pse-pd/pd692x0.c
index 29cc76a66c13..0af7db80b2f8 100644
--- a/drivers/net/pse-pd/pd692x0.c
+++ b/drivers/net/pse-pd/pd692x0.c
@@ -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,