summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Staging: hv: coding style cleanups for ChannelMgmt.cGreg Kroah-Hartman2009-09-151-347/+267
| | | | | | | | | There are still some too-long lines here, hopefully they will get resolved later. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: reorganize netvsc_drv.cGreg Kroah-Hartman2009-09-151-171/+158
| | | | | | | Saves space by getting rid of the forward declarations. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for netvsc_drv.cGreg Kroah-Hartman2009-09-151-262/+186
| | | | | | | | | | | There are still some horrible long lines in here, which some simple code reworking will make smaller and easier to understand. Also note the FIXME in struct netvsc_driver_context... Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix coding style issues in Hv.cGreg Kroah-Hartman2009-09-151-321/+243
| | | | | | | | | | | Lots of cleanups. Note, the use of volatile still needs to be resolved, and possibly the #ifdef could be done a bit "better". Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: code reduction from Vmbus.cGreg Kroah-Hartman2009-09-151-60/+49
| | | | | | | | Reorder some functions to get rid of all of the forward declarations. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups on Vmbus.cGreg Kroah-Hartman2009-09-151-306/+109
| | | | | | | | It's now much nicer and cleaner. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for Connection.cGreg Kroah-Hartman2009-09-151-178/+90
| | | | | | | | | Everything is clean except for some very long lines that need a bit more code rework to resolve. That will have to be done by someone that can test the code. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove typedefs from StorVsc.cGreg Kroah-Hartman2009-09-152-48/+45
| | | | | Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove typedefs from RndisFilter.cGreg Kroah-Hartman2009-09-151-86/+65
| | | | | Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove typedefs from ChannelMgmt.cGreg Kroah-Hartman2009-09-151-3/+3
| | | | | Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups of ChannelInterface.cGreg Kroah-Hartman2009-09-151-156/+90
| | | | | Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups of BlkVsc.cGreg Kroah-Hartman2009-09-151-55/+51
| | | | | Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move VmbusPacketFormat.hGreg Kroah-Hartman2009-09-154-4/+3
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move VmbusChannelInterface.hGreg Kroah-Hartman2009-09-153-2/+2
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move VmbusApi.hGreg Kroah-Hartman2009-09-156-5/+5
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move StorVscApi.hGreg Kroah-Hartman2009-09-154-5/+4
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move NetVscApi.hGreg Kroah-Hartman2009-09-154-5/+5
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-1514-15/+13
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move List.hGreg Kroah-Hartman2009-09-155-4/+4
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove ChannelMessages.hGreg Kroah-Hartman2009-09-152-218/+187
| | | | | | | | | | It's only ever used within the ChannelMgmt.h file, so pull it into there. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move nvspprotocol.hGreg Kroah-Hartman2009-09-152-267/+244
| | | | | | | | | Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix typedefs in nvspprotocol.hGreg Kroah-Hartman2009-09-153-88/+90
| | | | | | | It's all clean now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix coding style issues in nvspprotocol.hGreg Kroah-Hartman2009-09-151-240/+196
| | | | | | | No typedef changes yet though. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman2009-09-155-29/+29
| | | | | | | It's all clean now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix coding style issues in StorVscApi.hGreg Kroah-Hartman2009-09-151-52/+33
| | | | | | | No typedef changes yet though. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman2009-09-156-87/+79
| | | | | | | | All spiffied up now, shines like a brass button on the bump of a barge's bilge. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix coding style issues in VmbusPacketFormat.hGreg Kroah-Hartman2009-09-151-261/+109
| | | | | | | | | | Heh, volatiles, like that was a good idea... Turns out they were not even used, wierd stuff. All clean except for the typedefs. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix typedefs in vstorage.hGreg Kroah-Hartman2009-09-153-64/+52
| | | | | | | It's all clean now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix remaining style issue in ChannelInterface.hGreg Kroah-Hartman2009-09-151-1/+2
| | | | | | | It snuck in with the other typedef cleanups, sorry about that. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move vstorage.h to hv dirGreg Kroah-Hartman2009-09-152-1/+1
| | | | | | | | | | Move it out of the include subdir, it doesn't need to be there. No code was changed in the move. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman2009-09-155-29/+27
| | | | | | | It's now all clean from a coding style standpoint. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix up coding style issues in NetVscApi.hGreg Kroah-Hartman2009-09-151-50/+37
| | | | | | | Everything but the typedefs. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: fix up some coding style issues in logging.hGreg Kroah-Hartman2009-09-151-4/+4
| | | | | | | | | | | It's now clean. Well, from a coding style guide, not from a logic standpoint, the whole file needs to be tossed overboard and cheered on as the sharks tear it to individual bits. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman2009-09-155-216/+151
| | | | | | | | ChannelMessages.h is now coding style clean. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: codingsyle cleanups for ChannelMessages.hGreg Kroah-Hartman2009-09-151-244/+151
| | | | | | | | | | Everything but the typedefs are taken care of. Also a number of unused defines were removed. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman2009-09-1513-80/+75
| | | | | | | | | | | The function pointers still have ugly names, but the structures are now cleaned up. Note, a comment was added where the driver structure is pointing at a problem that needs to be fixed up later in the code. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for VmbusApi.hGreg Kroah-Hartman2009-09-151-155/+129
| | | | | | | typedefs still need to be fixed up. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: typedef removal from VmbusChannelInterface.hGreg Kroah-Hartman2009-09-153-9/+7
| | | | | | | It's all clean now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for VmbusChannelInterface.hGreg Kroah-Hartman2009-09-151-82/+52
| | | | | | | typedefs still need to be fixed up. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move HvStatus.h into hv_api.hGreg Kroah-Hartman2009-09-153-511/+485
| | | | | | | | | | It doesn't need to be a standalone file anymore. No code changed, only moving things around. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for HvStatus.hGreg Kroah-Hartman2009-09-153-630/+418
| | | | | | | | Ugh, what a mess, it's all better now. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: create hv_api.hGreg Kroah-Hartman2009-09-155-177/+93
| | | | | | | | | | | Merge the different include/Hv*Api.h files together into hv_api.h as they really don't justify separate files. No code was changed here, only moving stuff around. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: remove volatile usage from HvSynicApi.hGreg Kroah-Hartman2009-09-151-2/+2
| | | | | | | | | It's pretty pointless as no one is using this structure, but even so the use of volatile is so wrong here it's sad... Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman2009-09-158-100/+90
| | | | | | | | Still some volatile mis-usages left to fix. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for HvSynicApi.hGreg Kroah-Hartman2009-09-151-355/+205
| | | | | | | | Don't fix the typedef issues, that will come next. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: coding style cleanups for HvPtApi.hGreg Kroah-Hartman2009-09-152-60/+51
| | | | | | | | Fix up the typedefs in there as well. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: rndis.h: typedef removal, part 2Greg Kroah-Hartman2009-09-151-45/+45
| | | | | | | | | | | | | This removes the rest of the typedefs in rndis.h The file is now checkpatch.pl clean. Note, there are a lot of structures in this file that are not used anywhere. I don't know if we want to remove them, but I guess they don't take up any space so it's a nice documentation trail. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: rndis.h: typedef removal, part 1Greg Kroah-Hartman2009-09-153-131/+112
| | | | | | | This removes about half of the typedefs in rndis.h Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: rndis.h: codingstyle fixesGreg Kroah-Hartman2009-09-151-638/+475
| | | | | | | | This fixes all of the coding style issues in rndis.h with the exception of the typedefs. That comes next. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: rndis.h: remove pointless typedefsGreg Kroah-Hartman2009-09-151-148/+127
| | | | | | | The typedefs for u32 are now removed. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud