Staging: hv: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Thu, 20 May 2010 08:39:38 +0000 (10:39 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 16:22:28 +0000 (09:22 -0700)
commit15f0beb16937acef2bbfd1d7541612c2e7b0d37c
tree0aabc0aa9b8043d28d849c22c0db043d92d2ca2b
parent3cc544df9373c7947be35f30ddee9725710994b0
Staging: hv: Storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vmbus_drv.c
This page took 0.02495 seconds and 5 git commands to generate.