lkml.org 
[lkml]   [2019]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 046/114] lib: Kconfig: pedantic formatting
    Date
    Formatting of Kconfig files doesn't look so pretty, so let the
    Great White Handkerchief come around and clean it up.

    Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
    ---
    lib/Kconfig | 16 ++++++++--------
    1 file changed, 8 insertions(+), 8 deletions(-)

    diff --git a/lib/Kconfig b/lib/Kconfig
    index a9e5653..11888db 100644
    --- a/lib/Kconfig
    +++ b/lib/Kconfig
    @@ -506,7 +506,7 @@ config NLATTR
    # Generic 64-bit atomic support is selected if needed
    #
    config GENERIC_ATOMIC64
    - bool
    + bool

    config LRU_CACHE
    tristate
    @@ -563,23 +563,23 @@ config OID_REGISTRY
    Enable fast lookup object identifier registry.

    config UCS2_STRING
    - tristate
    + tristate

    source "lib/fonts/Kconfig"

    config SG_SPLIT
    def_bool n
    help
    - Provides a helper to split scatterlists into chunks, each chunk being
    - a scatterlist. This should be selected by a driver or an API which
    - whishes to split a scatterlist amongst multiple DMA channels.
    + Provides a helper to split scatterlists into chunks, each chunk being
    + a scatterlist. This should be selected by a driver or an API which
    + whishes to split a scatterlist amongst multiple DMA channels.

    config SG_POOL
    def_bool n
    help
    - Provides a helper to allocate chained scatterlists. This should be
    - selected by a driver or an API which whishes to allocate chained
    - scatterlist.
    + Provides a helper to allocate chained scatterlists. This should be
    + selected by a driver or an API which whishes to allocate chained
    + scatterlist.

    #
    # sg chaining option
    --
    1.9.1
    \
     
     \ /
      Last update: 2019-03-11 14:29    [W:4.244 / U:0.396 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site