public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hank Janssen <hjanssen@microsoft.com>
To: hjanssen@microsoft.com, gregkh@suse.de,
	linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
	virtualization@lists.osdl.org
Cc: Abhishek Kane <v-abkane@microsoft.com>,
	Haiyang Zhang <haiyangz@microsoft.com>
Subject: [PATCH 7/8] staging: hv: Convert camel case function names in blkvsc.c to lowercase
Date: Mon,  6 Dec 2010 12:26:50 -0800	[thread overview]
Message-ID: <1291667211-1865-7-git-send-email-hjanssen@microsoft.com> (raw)
In-Reply-To: <1291667211-1865-6-git-send-email-hjanssen@microsoft.com>

From: Hank Janssen <hjanssen@microsoft.com> 

Convert camel case function names in blkvsc.c to lowercase
 
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>

---
 drivers/staging/hv/blkvsc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/hv/blkvsc.c b/drivers/staging/hv/blkvsc.c
index 208492c..4f4a65c 100644
--- a/drivers/staging/hv/blkvsc.c
+++ b/drivers/staging/hv/blkvsc.c
@@ -35,7 +35,7 @@ static const struct hv_guid gBlkVscDeviceType = {
 	}
 };
 
-static int BlkVscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)
+static int blk_vsc_on_device_add(struct hv_device *Device, void *AdditionalInfo)
 {
 	struct storvsc_device_info *deviceInfo;
 	int ret = 0;
@@ -93,7 +93,7 @@ int blk_vsc_initialize(struct hv_driver *Driver)
 		    storDriver->max_outstanding_req_per_channel);
 
 	/* Setup the dispatch table */
-	storDriver->base.OnDeviceAdd = BlkVscOnDeviceAdd;
+	storDriver->base.OnDeviceAdd = blk_vsc_on_device_add;
 	storDriver->base.OnDeviceRemove = stor_vsc_on_device_remove;
 	storDriver->base.OnCleanup = stor_vsc_on_cleanup;
 	storDriver->on_io_request = stor_vsc_on_io_request;
-- 
1.6.0.2


  reply	other threads:[~2010-12-06 20:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-06 20:26 [PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase Hank Janssen
2010-12-06 20:26 ` [PATCH 2/8] staging: hv: Convert camel case struct fields in storvsc_api.h " Hank Janssen
2010-12-06 20:26   ` [PATCH 3/8] staging: hv: Convert camel case functions " Hank Janssen
2010-12-06 20:26     ` [PATCH 4/8] staging: hv: Convert camel case struct fields in storvsc.c " Hank Janssen
2010-12-06 20:26       ` [PATCH 5/8] staging: hv: Convert camel case function names " Hank Janssen
2010-12-06 20:26         ` [PATCH 6/8] staging: hv: Convert camel case local variables " Hank Janssen
2010-12-06 20:26           ` Hank Janssen [this message]
2010-12-06 20:26             ` [PATCH 8/8] staging: hv: Convert camel case local variables in blkvsc.c " Hank Janssen
2010-12-07  0:59   ` [PATCH 2/8] staging: hv: Convert camel case struct fields in storvsc_api.h " Ky Srinivasan
2010-12-07  2:02     ` 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=1291667211-1865-7-git-send-email-hjanssen@microsoft.com \
    --to=hjanssen@microsoft.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=haiyangz@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v-abkane@microsoft.com \
    --cc=virtualization@lists.osdl.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