lkml.org 
[lkml]   [2021]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/3] docs: sound: kernel-api: writing-an-alsa-driver.rst: replace some characters
    Date
    The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
    conversion and some cut-and-pasted text contain some characters that
    aren't easily reachable on standard keyboards and/or could cause
    troubles when parsed by the documentation build system.

    Replace the occurences of the following characters:

    - U+00a0 (' '): NO-BREAK SPACE
    as it can cause lines being truncated on PDF output

    Reviewed-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---
    Documentation/sound/kernel-api/writing-an-alsa-driver.rst | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
    index 255b7d3bebd6..176b73583b7a 100644
    --- a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
    +++ b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
    @@ -3368,7 +3368,7 @@ This ensures that the device can be closed and the driver unloaded
    without losing data.

    This callback is optional. If you do not set ``drain`` in the struct
    -snd_rawmidi_ops structure, ALSA will simply wait for 50 milliseconds
    +snd_rawmidi_ops structure, ALSA will simply wait for 50 milliseconds
    instead.

    Miscellaneous Devices
    --
    2.31.1
    \
     
     \ /
      Last update: 2021-07-22 19:35    [W:5.690 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site