lkml.org 
[lkml]   [2023]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 05/35] Documentation: core-api: correct spelling
    Date
    Correct spelling problems for Documentation/core-api/ as reported
    by codespell.

    Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
    Cc: Vladimir Oltean <olteanv@gmail.com>
    Cc: netdev@vger.kernel.org
    Cc: Steffen Klassert <steffen.klassert@secunet.com>
    Cc: Daniel Jordan <daniel.m.jordan@oracle.com>
    Cc: linux-crypto@vger.kernel.org
    Cc: Jonathan Corbet <corbet@lwn.net>
    Cc: linux-doc@vger.kernel.org
    ---
    Documentation/core-api/packing.rst | 2 +-
    Documentation/core-api/padata.rst | 2 +-
    2 files changed, 2 insertions(+), 2 deletions(-)

    diff -- a/Documentation/core-api/packing.rst b/Documentation/core-api/packing.rst
    --- a/Documentation/core-api/packing.rst
    +++ b/Documentation/core-api/packing.rst
    @@ -161,6 +161,6 @@ xxx_packing() that calls it using the pr

    The packing() function returns an int-encoded error code, which protects the
    programmer against incorrect API use. The errors are not expected to occur
    -durring runtime, therefore it is reasonable for xxx_packing() to return void
    +during runtime, therefore it is reasonable for xxx_packing() to return void
    and simply swallow those errors. Optionally it can dump stack or print the
    error description.
    diff -- a/Documentation/core-api/padata.rst b/Documentation/core-api/padata.rst
    --- a/Documentation/core-api/padata.rst
    +++ b/Documentation/core-api/padata.rst
    @@ -42,7 +42,7 @@ padata_shells associated with it, each a
    Modifying cpumasks
    ------------------

    -The CPUs used to run jobs can be changed in two ways, programatically with
    +The CPUs used to run jobs can be changed in two ways, programmatically with
    padata_set_cpumask() or via sysfs. The former is defined::

    int padata_set_cpumask(struct padata_instance *pinst, int cpumask_type,
    \
     
     \ /
      Last update: 2023-03-26 23:57    [W:3.623 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site