Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/5] lib/sdp: Fix typo
Date: Thu, 04 Sep 2014 12:12:18 +0200	[thread overview]
Message-ID: <2052625.dZkLedLYVy@uw000953> (raw)
In-Reply-To: <1409734601-8078-1-git-send-email-jakub.tyszkowski@tieto.com>

Hi Jakub,

On Wednesday 03 of September 2014 10:56:37 Jakub Tyszkowski wrote:
> ---
>  lib/sdp.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lib/sdp.c b/lib/sdp.c
> index e5e4622..1f19953 100644
> --- a/lib/sdp.c
> +++ b/lib/sdp.c
> @@ -3859,7 +3859,7 @@ int sdp_service_search_async(sdp_session_t *session, const sdp_list_t *search, u
>  	reqhdr->plen = htons((t->reqsize + cstate_len) - sizeof(sdp_pdu_hdr_t));
>  
>  	if (sdp_send_req(session, t->reqbuf, t->reqsize + cstate_len) < 0) {
> -		SDPERR("Error sendind data:%m");
> +		SDPERR("Error sending data:%m");
>  		t->err = errno;
>  		goto end;
>  	}
> @@ -3970,7 +3970,7 @@ int sdp_service_attr_async(sdp_session_t *session, uint32_t handle, sdp_attrreq_
>  	reqhdr->plen = htons((t->reqsize + cstate_len) - sizeof(sdp_pdu_hdr_t));
>  
>  	if (sdp_send_req(session, t->reqbuf, t->reqsize + cstate_len) < 0) {
> -		SDPERR("Error sendind data:%m");
> +		SDPERR("Error sending data:%m");
>  		t->err = errno;
>  		goto end;
>  	}
> @@ -4086,7 +4086,7 @@ int sdp_service_search_attr_async(sdp_session_t *session, const sdp_list_t *sear
>  	reqhdr->plen = htons((t->reqsize + cstate_len) - sizeof(sdp_pdu_hdr_t));
>  
>  	if (sdp_send_req(session, t->reqbuf, t->reqsize + cstate_len) < 0) {
> -		SDPERR("Error sendind data:%m");
> +		SDPERR("Error sending data:%m");
>  		t->err = errno;
>  		goto end;
>  	}
> @@ -4327,7 +4327,7 @@ int sdp_process(sdp_session_t *session)
>  		reqhdr->plen = htons(reqsize - sizeof(sdp_pdu_hdr_t));
>  
>  		if (sdp_send_req(session, t->reqbuf, reqsize) < 0) {
> -			SDPERR("Error sendind data:%m(%d)", errno);
> +			SDPERR("Error sending data:%m(%d)", errno);
>  			status = 0xffff;
>  			t->err = errno;
>  			goto end;
 
All patches applied, thanks.

-- 
Best regards, 
Szymon Janc

      parent reply	other threads:[~2014-09-04 10:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-03  8:56 [PATCH 1/5] lib/sdp: Fix typo Jakub Tyszkowski
2014-09-03  8:56 ` [PATCH 2/5] android/hidhost: Fix indentation Jakub Tyszkowski
2014-09-03  8:56 ` [PATCH 3/5] android/tester: Fix hdp cases not handling ssp correctly Jakub Tyszkowski
2014-09-03  8:56 ` [PATCH 4/5] android/tester: Indentation fix Jakub Tyszkowski
2014-09-03  8:56 ` [PATCH 5/5] android/tester: Fix not cleaning up step lists Jakub Tyszkowski
2014-09-04 10:12 ` Szymon Janc [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=2052625.dZkLedLYVy@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=jakub.tyszkowski@tieto.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