Re: [PATCH 7/8] doc: remove kernellog.py

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Em Mon,  5 Feb 2024 18:51:32 +0100
Vegard Nossum <vegard.nossum@xxxxxxxxxx> escreveu:

> With the last kernellog users gone, we can remove this compatibility
> layer.
> 
> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx>

LGTM.

Reviewed-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>

> ---
>  Documentation/sphinx/kernellog.py | 22 ----------------------
>  1 file changed, 22 deletions(-)
>  delete mode 100644 Documentation/sphinx/kernellog.py
> 
> diff --git a/Documentation/sphinx/kernellog.py b/Documentation/sphinx/kernellog.py
> deleted file mode 100644
> index 0bc00c138cad..000000000000
> --- a/Documentation/sphinx/kernellog.py
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -# SPDX-License-Identifier: GPL-2.0
> -#
> -# Sphinx has deprecated its older logging interface, but the replacement
> -# only goes back to 1.6.  So here's a wrapper layer to keep around for
> -# as long as we support 1.4.
> -#
> -# We don't support 1.4 anymore, but we'll keep the wrappers around until
> -# we change all the code to not use them anymore :)
> -#
> -import sphinx
> -from sphinx.util import logging
> -
> -logger = logging.getLogger('kerneldoc')
> -
> -def warn(app, message):
> -    logger.warning(message)
> -
> -def verbose(app, message):
> -    logger.verbose(message)
> -
> -def info(app, message):
> -    logger.info(message)



Thanks,
Mauro




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux