Re: [PATCH] docs/process/howto: Replace C89 with C11

From: Jonathan Corbet
Date: Tue Oct 18 2022 - 17:46:41 EST


Akira Yokosawa <akiyks@xxxxxxxxx> writes:

> Commit e8c07082a810 ("Kbuild: move to -std=gnu11") updated
> process/programming-language.rst, but failed to update
> process/howto.rst.
>
> Update howto.rst and resolve the inconsistency.
>
> Fixes: e8c07082a810 ("Kbuild: move to -std=gnu11")
> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Federico Vaga <federico.vaga@xxxxxxxxxx>
> Cc: Alex Shi <alexs@xxxxxxxxxx>
> Cc: Hu Haowen <src.res@xxxxxxxx>
> Cc: Tsugikazu Shibata <shibata@xxxxxxxxxxxxxxxxxxx>
> ---
> Documentation/process/howto.rst | 2 +-
> Documentation/translations/it_IT/process/howto.rst | 2 +-
> Documentation/translations/ja_JP/howto.rst | 2 +-
> Documentation/translations/ko_KR/howto.rst | 2 +-
> Documentation/translations/zh_CN/process/howto.rst | 2 +-
> Documentation/translations/zh_TW/process/howto.rst | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

jon