All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org, gustavo@padovan.org,
	johan.hedberg@gmail.com, Rami Rosen <ramirose@gmail.com>
Subject: [PATCH] Bluetooth: remove an unused variable in a header file.
Date: Tue, 18 Dec 2012 11:48:01 +0200	[thread overview]
Message-ID: <1355824081-5381-1-git-send-email-ramirose@gmail.com> (raw)

This patch removes srej_queue_next from include/net/bluetooth/l2cap.h as it 
is not used.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 include/net/bluetooth/l2cap.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 7588ef4..cdd3302 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -496,7 +496,6 @@ struct l2cap_chan {
 	__u16		frames_sent;
 	__u16		unacked_frames;
 	__u8		retry_count;
-	__u16		srej_queue_next;
 	__u16		sdu_len;
 	struct sk_buff	*sdu;
 	struct sk_buff	*sdu_last_frag;
-- 
1.7.11.7

             reply	other threads:[~2012-12-18  9:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18  9:48 Rami Rosen [this message]
2012-12-21  1:19 ` [PATCH] Bluetooth: remove an unused variable in a header file Gustavo Padovan

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=1355824081-5381-1-git-send-email-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=gustavo@padovan.org \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.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.