From: Johan Hedberg <johan.hedberg@gmail.com>
To: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Cc: linux-bluetooth@vger.kernel.org, suraj@atheros.com,
joakim.xj.ceder@stericsson.com
Subject: Re: [PATCH 2/4] Sim Access Profile Manager
Date: Fri, 5 Nov 2010 11:30:32 +0200 [thread overview]
Message-ID: <20101105093032.GA32149@jh-x301> (raw)
In-Reply-To: <1288791271-13857-3-git-send-email-waldemar.rymarkiewicz@tieto.com>
Hi Waldek,
On Wed, Nov 03, 2010, Waldemar Rymarkiewicz wrote:
> +++ b/sap/main.c
> @@ -0,0 +1,54 @@
> +/*
> + * BlueZ - Bluetooth protocol stack for Linux
> + *
> + * Copyright (C) 2010 Claudio Takahasi<claudio.takahasi@openbossa.org>
As discussed off-list, this needs fixing.
> +++ b/sap/manager.c
> @@ -0,0 +1,94 @@
> +/*
> + * BlueZ - Bluetooth protocol stack for Linux
> + *
> + * Copyright (C) 2010 Claudio Takahasi<claudio.takahasi@openbossa.org>
Same here.
> +static DBusConnection *connection = NULL;
> +
> +
> +static int sap_server_probe(struct btd_adapter *adapter)
There should never be the need to have two consecutive empty lines.
Please remove one.
> + const gchar *path = adapter_get_path(adapter);
Please avoid using the glib specific types when standard C types can be
used. I.e. use just "char" here.
> +static void sap_server_remove(struct btd_adapter *adapter)
> +{
> + const gchar *path = adapter_get_path(adapter);
Same here.
> +++ b/sap/manager.h
> @@ -0,0 +1,21 @@
> +/*
> + * BlueZ - Bluetooth protocol stack for Linux
> + *
> + * Copyright (C) 2010 Claudio Takahasi<claudio.takahasi@openbossa.org>
Same copyright fix needed as previously discussed.
> +++ b/sap/server.h
> @@ -0,0 +1,25 @@
> +/*
> + * BlueZ - Bluetooth protocol stack for Linux
> + *
> + * Copyright (C) 2010 Claudio Takahasi<claudio.takahasi@openbossa.org>
Same here.
Johan
next prev parent reply other threads:[~2010-11-05 9:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-03 13:34 [PATCH 0/4] Sim Access Profile Waldemar Rymarkiewicz
2010-11-03 13:34 ` [PATCH 1/4] Sim Access Profile API Waldemar Rymarkiewicz
2010-11-10 5:33 ` Marcel Holtmann
2010-11-10 11:12 ` Waldemar.Rymarkiewicz
2010-11-10 16:07 ` Gustavo F. Padovan
2010-11-10 21:46 ` Luiz Augusto von Dentz
2010-11-15 17:29 ` Waldemar.Rymarkiewicz
2010-11-03 13:34 ` [PATCH 2/4] Sim Access Profile Manager Waldemar Rymarkiewicz
2010-11-05 9:30 ` Johan Hedberg [this message]
2010-11-05 13:31 ` Waldemar.Rymarkiewicz
2010-11-03 13:34 ` [PATCH 3/4] Sim Access Profile Server Waldemar Rymarkiewicz
2010-11-05 10:05 ` Johan Hedberg
2010-11-05 15:12 ` Waldemar.Rymarkiewicz
2010-11-03 13:34 ` [PATCH 4/4] Sim Access Profile dummy driver Waldemar Rymarkiewicz
2010-11-05 10:16 ` Johan Hedberg
2010-11-05 15:14 ` Waldemar.Rymarkiewicz
-- strict thread matches above, loose matches on Subject: below --
2010-10-20 12:11 [PATCH 1/4] Sim Access Profile API Waldemar Rymarkiewicz
2010-10-20 12:11 ` [PATCH 2/4] Sim Access Profile Manager Waldemar Rymarkiewicz
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=20101105093032.GA32149@jh-x301 \
--to=johan.hedberg@gmail.com \
--cc=joakim.xj.ceder@stericsson.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=suraj@atheros.com \
--cc=waldemar.rymarkiewicz@tieto.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.