lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87jz5kbweo.fsf@trenco.lwn.net>
Date: Mon, 09 Jun 2025 12:30:07 -0600
From: Jonathan Corbet <corbet@....net>
To: Collin Funk <collin.funk1@...il.com>, olteanv@...il.com
Cc: netdev@...r.kernel.org, linux-doc@...r.kernel.org,
 linux-kernel@...r.kernel.org, Collin Funk <collin.funk1@...il.com>
Subject: Re: [PATCH] docs: packing: Fix a typo in example code.

Collin Funk <collin.funk1@...il.com> writes:

> Fix misspelling of "typedef".
>
> Signed-off-by: Collin Funk <collin.funk1@...il.com>
> ---
>  Documentation/core-api/packing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/packing.rst b/Documentation/core-api/packing.rst
> index 0ce2078c8e13..f68f1e08fef9 100644
> --- a/Documentation/core-api/packing.rst
> +++ b/Documentation/core-api/packing.rst
> @@ -319,7 +319,7 @@ Here is an example of how to use the fields APIs:
>  
>     #define SIZE 13
>  
> -   typdef struct __packed { u8 buf[SIZE]; } packed_buf_t;
> +   typedef struct __packed { u8 buf[SIZE]; } packed_buf_t;
>  

Applied, thanks.

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ