diff mbox series

[net-next,11/13] x25: Correct spelling in x25.h

Message ID 20240822-net-spell-v1-11-3a98971ce2d2@kernel.org (mailing list archive)
State Accepted
Commit 01d86846a5a5f34662679dd229a0167fc9d92382
Delegated to: Netdev Maintainers
Headers show
Series net: header and core spelling corrections | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net-next, async
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: 16 this patch: 16
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 16 this patch: 16
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: 16 this patch: 16
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: 5 this patch: 5
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-08-25--21-00 (tests: 714)

Commit Message

Simon Horman Aug. 22, 2024, 12:57 p.m. UTC
Correct spelling in x25.h
As reported by codespell.

Cc: Martin Schiller <ms@dev.tdt.de>
Cc: linux-x25@vger.kernel.org
Signed-off-by: Simon Horman <horms@kernel.org>
---
 include/net/x25.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Schiller Aug. 23, 2024, 5:27 a.m. UTC | #1
On 2024-08-22 14:57, Simon Horman wrote:
> Correct spelling in x25.h
> As reported by codespell.
> 
> Cc: Martin Schiller <ms@dev.tdt.de>
> Cc: linux-x25@vger.kernel.org
> Signed-off-by: Simon Horman <horms@kernel.org>
> ---
>  include/net/x25.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/net/x25.h b/include/net/x25.h
> index 597eb53c471e..5e833cfc864e 100644
> --- a/include/net/x25.h
> +++ b/include/net/x25.h
> @@ -81,7 +81,7 @@ enum {
> 
>  #define	X25_DEFAULT_WINDOW_SIZE	2			/* Default Window Size	*/
>  #define	X25_DEFAULT_PACKET_SIZE	X25_PS128		/* Default Packet Size */
> -#define	X25_DEFAULT_THROUGHPUT	0x0A			/* Deafult Throughput */
> +#define	X25_DEFAULT_THROUGHPUT	0x0A			/* Default Throughput */
>  #define	X25_DEFAULT_REVERSE	0x00			/* Default Reverse Charging */
> 
>  #define X25_SMODULUS 		8

Reviewed-by: Martin Schiller <ms@dev.tdt.de>
diff mbox series

Patch

diff --git a/include/net/x25.h b/include/net/x25.h
index 597eb53c471e..5e833cfc864e 100644
--- a/include/net/x25.h
+++ b/include/net/x25.h
@@ -81,7 +81,7 @@  enum {
 
 #define	X25_DEFAULT_WINDOW_SIZE	2			/* Default Window Size	*/
 #define	X25_DEFAULT_PACKET_SIZE	X25_PS128		/* Default Packet Size */
-#define	X25_DEFAULT_THROUGHPUT	0x0A			/* Deafult Throughput */
+#define	X25_DEFAULT_THROUGHPUT	0x0A			/* Default Throughput */
 #define	X25_DEFAULT_REVERSE	0x00			/* Default Reverse Charging */
 
 #define X25_SMODULUS 		8