Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1242201

Re: [PATCH 3/3] Documentation/kdbus: Add missing ECANCELED errno description

From David Herrmann <dh.herrmann@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/3] Documentation/kdbus: Add missing ECANCELED errno description
Date 2015-10-08 13:10 +0200
Message-ID <qhhfd-1Eh-25@gated-at.bofh.it> (permalink)
References <qdHUB-2nN-5@gated-at.bofh.it> <qdI4i-2z9-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi

On Mon, Sep 28, 2015 at 4:49 PM, Lukasz Skalski <l.skalski@samsung.com> wrote:
> Signed-off-by: Lukasz Skalski <l.skalski@samsung.com>

This should really be extended to properly explain the cancellation
mode, but better add it than skipping it. I put it on my TODO list.
This is:

Reviewed-by: David Herrmann <dh.herrmann@gmail.com>

Thanks
David

> ---
>  Documentation/kdbus/kdbus.message.xml | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/kdbus/kdbus.message.xml b/Documentation/kdbus/kdbus.message.xml
> index 0115d9d..db34116 100644
> --- a/Documentation/kdbus/kdbus.message.xml
> +++ b/Documentation/kdbus/kdbus.message.xml
> @@ -1142,6 +1142,13 @@ struct kdbus_msg_info {
>              failed with an I/O error.
>            </para></listitem>
>          </varlistentry>
> +
> +        <varlistentry>
> +          <term><constant>ECANCELED</constant></term>
> +          <listitem><para>
> +            A synchronous message sending was cancelled.
> +          </para></listitem>
> +        </varlistentry>
>        </variablelist>
>      </refsect2>
>
> --
> 1.9.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 3/3] Documentation/kdbus: Add missing ECANCELED errno description David Herrmann <dh.herrmann@gmail.com> - 2015-10-08 13:10 +0200

csiph-web