[PATCH RESEND 0/2] Documentation: siphash: formatting fixes

Bagas Sanjaya posted 2 patches 4 years ago
Documentation/security/siphash.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
[PATCH RESEND 0/2] Documentation: siphash: formatting fixes
Posted by Bagas Sanjaya 4 years ago
Formatting fixes for Documentation/security/siphash.rst. The shortlog
should be self-explanatory. Resend of [1].

[1]: https://lore.kernel.org/linux-doc/20220329042952.10100-1-bagasdotme@gmail.com/

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Eric Biggers <ebiggers@google.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-kernel@vger.kernel.org

Bagas Sanjaya (2):
  Documentation: siphash: convert danger note to warning for HalfSipHash
  Documentation: siphash: enclose HalfSipHash usage example in the
    literal block

 Documentation/security/siphash.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


base-commit: f443e374ae131c168a065ea1748feac6b2e76613
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH RESEND 0/2] Documentation: siphash: formatting fixes
Posted by Jonathan Corbet 4 years ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Formatting fixes for Documentation/security/siphash.rst. The shortlog
> should be self-explanatory. Resend of [1].
>
> [1]: https://lore.kernel.org/linux-doc/20220329042952.10100-1-bagasdotme@gmail.com/
>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Eric Biggers <ebiggers@google.com>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Cc: linux-kernel@vger.kernel.org
>
> Bagas Sanjaya (2):
>   Documentation: siphash: convert danger note to warning for HalfSipHash
>   Documentation: siphash: enclose HalfSipHash usage example in the
>     literal block
>
>  Documentation/security/siphash.rst | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Applied, thanks.

jon