Linux bluetooth development
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: "Elvis Pfützenreuter" <epx@signove.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Fix parameter type in att_put_u32
Date: Fri, 4 Feb 2011 06:54:19 +0200	[thread overview]
Message-ID: <20110204045419.GA1551@jh-x301> (raw)
In-Reply-To: <1296740222-27174-1-git-send-email-epx@signove.com>

Hi Elvis,

On Thu, Feb 03, 2011, Elvis Pfützenreuter wrote:
> ---
>  attrib/att.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/attrib/att.h b/attrib/att.h
> index 1caa62a..7e81dc4 100644
> --- a/attrib/att.h
> +++ b/attrib/att.h
> @@ -180,7 +180,7 @@ static inline void att_put_u16(uint16_t src, void *dst)
>  	bt_put_unaligned(htobs(src), (uint16_t *) dst);
>  }
>  
> -static inline void att_put_u32(uint16_t src, void *dst)
> +static inline void att_put_u32(uint32_t src, void *dst)
>  {
>  	bt_put_unaligned(htobl(src), (uint32_t *) dst);
>  }

Pushed upstream. Thanks.

Johan

      reply	other threads:[~2011-02-04  4:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-03 13:37 [PATCH] Fix parameter type in att_put_u32 Elvis Pfützenreuter
2011-02-04  4:54 ` Johan Hedberg [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=20110204045419.GA1551@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=epx@signove.com \
    --cc=linux-bluetooth@vger.kernel.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