CC kees, krzk

On Thu, 11 Jun 2026 at 08:43, Manuel Ebner <[email protected]> wrote:
>
> Fix missing ')' and needless ')'
>
> Signed-off-by: Manuel Ebner <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

> ---
> This is the first patch of a 'series', but I won't send them together
> because I'm still producing the patches and it will take me a couple weeks.
>  Documentation/process/deprecated.rst     | 2 +-
>  Documentation/process/maintainer-soc.rst | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/process/deprecated.rst 
> b/Documentation/process/deprecated.rst
> index ac75b7ecac47..03de71f654c7 100644
> --- a/Documentation/process/deprecated.rst
> +++ b/Documentation/process/deprecated.rst
> @@ -388,7 +388,7 @@ allocations. For example, these open coded assignments::
>         ptr = kmalloc_array(count, sizeof(*ptr), gfp);
>         ptr = kcalloc(count, sizeof(*ptr), gfp);
>         ptr = kmalloc(struct_size(ptr, flex_member, count), gfp);
> -       ptr = kmalloc(sizeof(struct foo, gfp);
> +       ptr = kmalloc(sizeof(struct foo), gfp);
>
>  become, respectively::
>
> diff --git a/Documentation/process/maintainer-soc.rst 
> b/Documentation/process/maintainer-soc.rst
> index a3a90a7d4c68..fa91dfc53783 100644
> --- a/Documentation/process/maintainer-soc.rst
> +++ b/Documentation/process/maintainer-soc.rst
> @@ -60,7 +60,7 @@ All typical platform related patches should be sent via SoC 
> submaintainers
>  shared defconfigs. Note that scripts/get_maintainer.pl might not provide
>  correct addresses for the shared defconfig, so ignore its output and manually
>  create CC-list based on MAINTAINERS file or use something like
> -``scripts/get_maintainer.pl -f drivers/soc/FOO/``).
> +``scripts/get_maintainer.pl -f drivers/soc/FOO/``.
>
>  Submitting Patches to the Main SoC Maintainers
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Reply via email to