You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: hv: Convert camel cased functions in netvsc.c to lower cases
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
85799a3755
commit
5a71ae303c
+88
-85
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,7 @@ struct netvsc_device_info {
|
||||
};
|
||||
|
||||
/* Interface */
|
||||
int NetVscInitialize(struct hv_driver *drv);
|
||||
int netvsc_initialize(struct hv_driver *drv);
|
||||
int RndisFilterOnOpen(struct hv_device *Device);
|
||||
int RndisFilterOnClose(struct hv_device *Device);
|
||||
|
||||
|
||||
@@ -539,7 +539,7 @@ static int __init netvsc_init(void)
|
||||
if (!dmi_check_system(hv_netvsc_dmi_table))
|
||||
return -ENODEV;
|
||||
|
||||
return netvsc_drv_init(NetVscInitialize);
|
||||
return netvsc_drv_init(netvsc_initialize);
|
||||
}
|
||||
|
||||
static void __exit netvsc_exit(void)
|
||||
|
||||
Reference in New Issue
Block a user