[PATCH] dlinklist: Fix a typo
Michael Adam
obnox at samba.org
Wed Apr 2 07:12:32 MDT 2014
Obvious. :-)
Pushed to autobuild.
Cheers - Michael
On 2014-04-02 at 14:52 +0200, Volker Lendecke wrote:
> Hi!
>
> Review would be appreciated.
>
> Thanks,
>
> Volker
>
> --
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de
> From dc0f45316b35da2578dccf042b3f7912f592f208 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Wed, 2 Apr 2014 14:52:01 +0200
> Subject: [PATCH] dlinklist: Fix a typo
>
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
> ctdb/lib/tevent/tevent_util.h | 2 +-
> ctdb/lib/util/dlinklist.h | 2 +-
> lib/ldb/include/dlinklist.h | 2 +-
> lib/tevent/tevent_util.h | 2 +-
> lib/util/dlinklist.h | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h
> index 311be60..6f91983 100644
> --- a/ctdb/lib/tevent/tevent_util.h
> +++ b/ctdb/lib/tevent/tevent_util.h
> @@ -142,7 +142,7 @@ do { \
> } \
> } while (0)
>
> -/* promote an element to the from of a list */
> +/* promote an element to the front of a list */
> #define DLIST_PROMOTE(list, p) \
> do { \
> DLIST_REMOVE(list, p); \
> diff --git a/ctdb/lib/util/dlinklist.h b/ctdb/lib/util/dlinklist.h
> index 6d525f9..5520901 100644
> --- a/ctdb/lib/util/dlinklist.h
> +++ b/ctdb/lib/util/dlinklist.h
> @@ -142,7 +142,7 @@ do { \
> } \
> } while (0)
>
> -/* promote an element to the from of a list */
> +/* promote an element to the front of a list */
> #define DLIST_PROMOTE(list, p) \
> do { \
> DLIST_REMOVE(list, p); \
> diff --git a/lib/ldb/include/dlinklist.h b/lib/ldb/include/dlinklist.h
> index 1c577bb..f640b0f 100644
> --- a/lib/ldb/include/dlinklist.h
> +++ b/lib/ldb/include/dlinklist.h
> @@ -146,7 +146,7 @@ do { \
> } \
> } while (0)
>
> -/* promote an element to the from of a list */
> +/* promote an element to the front of a list */
> #define DLIST_PROMOTE(list, p) \
> do { \
> DLIST_REMOVE(list, p); \
> diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h
> index 311be60..6f91983 100644
> --- a/lib/tevent/tevent_util.h
> +++ b/lib/tevent/tevent_util.h
> @@ -142,7 +142,7 @@ do { \
> } \
> } while (0)
>
> -/* promote an element to the from of a list */
> +/* promote an element to the front of a list */
> #define DLIST_PROMOTE(list, p) \
> do { \
> DLIST_REMOVE(list, p); \
> diff --git a/lib/util/dlinklist.h b/lib/util/dlinklist.h
> index 6d525f9..5520901 100644
> --- a/lib/util/dlinklist.h
> +++ b/lib/util/dlinklist.h
> @@ -142,7 +142,7 @@ do { \
> } \
> } while (0)
>
> -/* promote an element to the from of a list */
> +/* promote an element to the front of a list */
> #define DLIST_PROMOTE(list, p) \
> do { \
> DLIST_REMOVE(list, p); \
> --
> 1.7.9.5
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 215 bytes
Desc: Digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20140402/4b3ea7e3/attachment.pgp>
More information about the samba-technical
mailing list