All of lore.kernel.org
 help / color / mirror / Atom feed
From: Syam Sidhardhan <s.syam@samsung.com>
To: linux-bluetooth@vger.kernel.org
Cc: Syam Sidhardhan <s.syam@samsung.com>
Subject: [PATCH BlueZ 15/19] audio: Fix newline before EOF
Date: Thu, 12 Apr 2012 20:33:06 +0530	[thread overview]
Message-ID: <1334243001-17016-16-git-send-email-s.syam@samsung.com> (raw)
In-Reply-To: <1334243001-17016-1-git-send-email-s.syam@samsung.com>

---
 audio/gsta2dpsink.c  |    1 -
 audio/gsta2dpsink.h  |    1 -
 audio/gstrtpsbcpay.c |    1 -
 audio/gstsbcdec.c    |    2 --
 audio/gstsbcenc.c    |    2 --
 audio/gstsbcparse.c  |    1 -
 audio/gstsbcutil.c   |    1 -
 audio/gstsbcutil.h   |    1 -
 8 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c
index 930d14e..c8f6346 100644
--- a/audio/gsta2dpsink.c
+++ b/audio/gsta2dpsink.c
@@ -727,4 +727,3 @@ gboolean gst_a2dp_sink_plugin_init(GstPlugin *plugin)
 	return gst_element_register(plugin, "a2dpsink",
 			GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
 }
-
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h
index 5f96a3e..1a591b2 100644
--- a/audio/gsta2dpsink.h
+++ b/audio/gsta2dpsink.h
@@ -82,4 +82,3 @@ GstCaps *gst_a2dp_sink_get_device_caps(GstA2dpSink *self);
 G_END_DECLS
 
 #endif
-
diff --git a/audio/gstrtpsbcpay.c b/audio/gstrtpsbcpay.c
index 1159bfe..11aa733 100644
--- a/audio/gstrtpsbcpay.c
+++ b/audio/gstrtpsbcpay.c
@@ -349,4 +349,3 @@ gboolean gst_rtp_sbc_pay_plugin_init(GstPlugin *plugin)
 	return gst_element_register(plugin, "rtpsbcpay", GST_RANK_NONE,
 							GST_TYPE_RTP_SBC_PAY);
 }
-
diff --git a/audio/gstsbcdec.c b/audio/gstsbcdec.c
index 2e5cb0a..c52834e 100644
--- a/audio/gstsbcdec.c
+++ b/audio/gstsbcdec.c
@@ -219,5 +219,3 @@ gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin)
 	return gst_element_register(plugin, "sbcdec", GST_RANK_PRIMARY,
 							GST_TYPE_SBC_DEC);
 }
-
-
diff --git a/audio/gstsbcenc.c b/audio/gstsbcenc.c
index d2de4ee..8948371 100644
--- a/audio/gstsbcenc.c
+++ b/audio/gstsbcenc.c
@@ -599,5 +599,3 @@ gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin)
 	return gst_element_register(plugin, "sbcenc",
 			GST_RANK_NONE, GST_TYPE_SBC_ENC);
 }
-
-
diff --git a/audio/gstsbcparse.c b/audio/gstsbcparse.c
index a44b52c..bc4c0c7 100644
--- a/audio/gstsbcparse.c
+++ b/audio/gstsbcparse.c
@@ -217,4 +217,3 @@ gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin)
 	return gst_element_register(plugin, "sbcparse", GST_RANK_NONE,
 							GST_TYPE_SBC_PARSE);
 }
-
diff --git a/audio/gstsbcutil.c b/audio/gstsbcutil.c
index ac5fcbf..f596b41 100644
--- a/audio/gstsbcutil.c
+++ b/audio/gstsbcutil.c
@@ -518,4 +518,3 @@ gboolean gst_sbc_util_fill_sbc_params(sbc_t *sbc, GstCaps *caps)
 
 	return TRUE;
 }
-
diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h
index a7f84d5..5e47119 100644
--- a/audio/gstsbcutil.h
+++ b/audio/gstsbcutil.h
@@ -72,4 +72,3 @@ void gst_sbc_util_set_structure_string_param(GstStructure *structure,
 			GValue *value);
 
 gboolean gst_sbc_util_fill_sbc_params(sbc_t *sbc, GstCaps *caps);
-
-- 
1.7.4.1


  parent reply	other threads:[~2012-04-12 15:03 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 15:02 [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 01/19] health: Fix memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 02/19] avrcp: Fix the response ctype of SetPlayerApplicationSettingValue Syam Sidhardhan
2012-04-12 20:30   ` Lucas De Marchi
2012-04-12 15:02 ` [PATCH BlueZ 03/19] agent: Free the agent request properly Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 04/19] gstavdtpsink: Fix D-Bus memory leak in audio Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 05/19] gateway: " Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 06/19] gateway: Fix D-Bus reply memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 07/19] hci: Retrieve the bluetooth name correctly Syam Sidhardhan
2012-04-13  9:51   ` Johan Hedberg
2012-04-12 15:02 ` [PATCH BlueZ 08/19] hciconfig: Remove unwanted NULL termination Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 09/19] agent: Fix double D-Bus message unref Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 10/19] sdpd-request: Fix passing zero instead of NULL Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 11/19] sap-u8500: Fix empty parameter list in function declaration Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 12/19] adapter: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 13/19] headset: Remove header " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 14/19] network: " Syam Sidhardhan
2012-04-12 15:03 ` Syam Sidhardhan [this message]
2012-04-12 15:03 ` [PATCH BlueZ 16/19] input: Fix newline before EOF Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 17/19] src: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 18/19] doc: Fix typo Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 19/19] Add Syam's email address Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 0/4] Fix memory leak, remove unused struct etc Syam Sidhardhan
2012-04-13 10:08   ` Johan Hedberg
2012-04-12 15:03 ` [PATCH obexd 1/4] client: Fix memory leak during session connect Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 2/4] src: Use goto for avoiding code duplication Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 3/4] src: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 4/4] client: Remove unused struct session_callback Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 0/5] Bluetooth: Remove unused API's and code optimization Syam Sidhardhan
2012-04-13 22:24   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 1/5] Bluetooth: Remove unused hci_le_ltk_reply() Syam Sidhardhan
2012-04-13 22:17   ` Gustavo Padovan
2012-04-20 18:13     ` Andre Guedes
2012-05-01 15:48       ` Syam Sidhardhan
2012-05-02 14:38         ` Vinicius Costa Gomes
2012-05-02 14:58   ` Gustavo Padovan
2012-05-03  5:57     ` Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 2/5] Bluetooth: Remove unused hci_le_ltk_neg_reply() Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 3/5] Bluetooth: hci_core: Remove header declared but not define Syam Sidhardhan
2012-04-13 22:21   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 4/5] Bluetooth: Remove strtoba " Syam Sidhardhan
2012-04-13 22:27   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 5/5] Bluetooth: mgmt: Remove unwanted goto statement Syam Sidhardhan
2012-04-14 16:29   ` Johan Hedberg
2012-04-13  9:47 ` [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Johan Hedberg

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=1334243001-17016-16-git-send-email-s.syam@samsung.com \
    --to=s.syam@samsung.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 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.