ccan.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Yubin Ruan <ablacktshirt@gmail.com>
Cc: ccan@lists.ozlabs.org
Subject: Re: [PATCH] fix misspelling in the example of container_of
Date: Wed, 14 Mar 2018 12:16:45 +1100	[thread overview]
Message-ID: <20180314011645.GE4182@umbus.fritz.box> (raw)
In-Reply-To: <20180312032414.GA30245@HP>


[-- Attachment #1.1: Type: text/plain, Size: 1214 bytes --]

On Mon, Mar 12, 2018 at 11:24:14AM +0800, Yubin Ruan wrote:
> From 47c92fe951545e780ca31c598bbcbe5347059b27 Mon Sep 17 00:00:00 2001
> From: Yubin Ruan <ablacktshirt@gmail.com>
> Date: Mon, 12 Mar 2018 11:22:35 +0800
> Subject: [PATCH] fix misspelling in the example of container_of
> 
> Signed-off-by: Yubin Ruan <ablacktshirt@gmail.com>

Applied, thanks.

> ---
>  ccan/check_type/check_type.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h
> index 77501a9..837aef7 100644
> --- a/ccan/check_type/check_type.h
> +++ b/ccan/check_type/check_type.h
> @@ -43,7 +43,7 @@
>   *	#define container_of(mbr_ptr, encl_type, mbr)			\
>   *		(check_types_match((mbr_ptr), &((encl_type *)0)->mbr),	\
>   *		 ((encl_type *)						\
> - *		  ((char *)(mbr_ptr) - offsetof(enclosing_type, mbr))))
> + *		  ((char *)(mbr_ptr) - offsetof(encl_type, mbr))))
>   */
>  #if HAVE_TYPEOF
>  #define check_type(expr, type)			\

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

      reply	other threads:[~2018-03-14  1:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-12  3:24 [PATCH] fix misspelling in the example of container_of Yubin Ruan
2018-03-14  1:16 ` David Gibson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180314011645.GE4182@umbus.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=ablacktshirt@gmail.com \
    --cc=ccan@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).