From: Jake Champlin <jake.champlin.27@gmail.com>
To: abbotti@mev.co.uk
Cc: fmhess@users.sourceforge.net, gregkh@linuxfoundation.org,
hsweeten@visiongravers.com, wfp5p@virginia.edu,
jake.champlin.27@gmail.com, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] Staging: comedi: addi_acpi_035: Fixed Camel Case Coding Style Issue
Date: Thu, 17 Jan 2013 22:49:36 -0500 [thread overview]
Message-ID: <20130118034931.GA7126@gmail.com> (raw)
Fixed camel case style issue.
Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
---
drivers/staging/comedi/drivers/addi_apci_035.c | 34 +++++++++++++-------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/drivers/staging/comedi/drivers/addi_apci_035.c b/drivers/staging/comedi/drivers/addi_apci_035.c
index c981d4b..e1c36d1 100644
--- a/drivers/staging/comedi/drivers/addi_apci_035.c
+++ b/drivers/staging/comedi/drivers/addi_apci_035.c
@@ -12,21 +12,21 @@
static const struct addi_board apci035_boardtypes[] = {
{
- .pc_DriverName = "apci035",
- .i_VendorId = PCI_VENDOR_ID_ADDIDATA,
- .i_DeviceId = 0x0300,
- .i_IorangeBase0 = 127,
- .i_IorangeBase1 = APCI035_ADDRESS_RANGE,
- .i_PCIEeprom = 1,
- .pc_EepromChip = ADDIDATA_S5920,
- .i_NbrAiChannel = 16,
- .i_NbrAiChannelDiff = 8,
- .i_AiChannelList = 16,
- .i_AiMaxdata = 0xff,
- .pr_AiRangelist = &range_apci035_ai,
- .i_Timer = 1,
- .ui_MinAcquisitiontimeNs = 10000,
- .ui_MinDelaytimeNs = 100000,
+ .pc_driver_name = "apci035",
+ .vendor_id = PCI_VENDOR_ID_ADDIDATA,
+ .device_id = 0x0300,
+ .orange_base0 = 127,
+ .orange_base1 = APCI035_ADDRESS_RANGE,
+ .pci_eeprom = 1,
+ .pc_eeprom_chip = ADDIDATA_S5920,
+ .nbr_ai_channel = 16,
+ .nbr_ai_channel_diff = 8,
+ .ai_channel_list = 16,
+ .ai_max_data = 0xff,
+ .ai_range_list = &range_apci035_ai,
+ .i_timer = 1,
+ .ui_min_ack_time = 10000,
+ .ui_min_delay_time = 100000,
.interrupt = v_APCI035_Interrupt,
.reset = i_APCI035_Reset,
.ai_config = i_APCI035_ConfigAnalogInput,
@@ -41,9 +41,9 @@ static struct comedi_driver apci035_driver = {
.driver_name = "addi_apci_035",
.module = THIS_MODULE,
.auto_attach = addi_auto_attach,
- .detach = i_ADDI_Detach,
+ .detach = addi_detach,
.num_names = ARRAY_SIZE(apci035_boardtypes),
- .board_name = &apci035_boardtypes[0].pc_DriverName,
+ .board_name = &apci035_boardtypes[0].pc_driver_name,
.offset = sizeof(struct addi_board),
};
--
1.8.1.1
--
Jake Champlin
jake.champlin.27@gmail.com
8123742937
<MuttClient>
next reply other threads:[~2013-01-18 3:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-18 3:49 Jake Champlin [this message]
2013-01-18 6:51 ` Dan Carpenter
2013-01-18 20:44 ` 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=20130118034931.GA7126@gmail.com \
--to=jake.champlin.27@gmail.com \
--cc=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=fmhess@users.sourceforge.net \
--cc=gregkh@linuxfoundation.org \
--cc=hsweeten@visiongravers.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wfp5p@virginia.edu \
/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