mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nick Fox <fox.nicholas.j@gmail.com>
To: jonathankim@gctsemi.com, deanahn@gctsemi.com
Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] staging: gdm724x: Rename variable for consistency
Date: Thu, 24 Aug 2017 19:18:53 -0400	[thread overview]
Message-ID: <20170824231853.12007-1-fox.nicholas.j@gmail.com> (raw)

Rename dftEpsId variable to dft_eps_ID to be consistent with other
variables in the source file.

Signed-off-by: Nick Fox <fox.nicholas.j@gmail.com>
---
 drivers/staging/gdm724x/hci_packet.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/gdm724x/hci_packet.h b/drivers/staging/gdm724x/hci_packet.h
index 22ce8b9477b6..d9e41e457f83 100644
--- a/drivers/staging/gdm724x/hci_packet.h
+++ b/drivers/staging/gdm724x/hci_packet.h
@@ -50,7 +50,7 @@ struct tlv {
 struct sdu_header {
 	__dev16 cmd_evt;
 	__dev16 len;
-	__dev32 dftEpsId;
+	__dev32 dft_eps_ID;
 	__dev32 bearer_ID;
 	__dev32 nic_type;
 } __packed;
@@ -76,7 +76,7 @@ struct hci_pdn_table_ind {
 	__dev16 cmd_evt;
 	__dev16 len;
 	u8 activate;
-	__dev32 dft_eps_id;
+	__dev32 dft_eps_ID;
 	__dev32 nic_type;
 	u8 pdn_type;
 	u8 ipv4_addr[4];
-- 
2.13.5

             reply	other threads:[~2017-08-24 23:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24 23:18 Nick Fox [this message]
2017-08-28  8:43 ` Greg KH
2017-08-30  3:11   ` [PATCH v2] staging : " Nick Fox
2017-08-31 16:27     ` Greg KH
2017-08-31 16:47 [PATCH] staging: " Nick Fox
2017-09-01  6:58 ` Greg KH

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=20170824231853.12007-1-fox.nicholas.j@gmail.com \
    --to=fox.nicholas.j@gmail.com \
    --cc=deanahn@gctsemi.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathankim@gctsemi.com \
    --cc=linux-kernel@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

Powered by JetHome