drm/msm: storage class should be before const qualifier
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 5 Jun 2014 17:30:58 +0000 (18:30 +0100)
committerRob Clark <robdclark@gmail.com>
Sun, 22 Jun 2014 12:32:09 +0000 (08:32 -0400)
commit370a4d8a79f166d2accc294c4db35e5cbe8c3a90
tree52a4538adb429e16a70f5d13f18d490db762f7ee
parent2557e2d79d7de9505f5d64bdcbb96ca5c032bdcb
drm/msm: 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: Peter Griffin <peter.griffin@linaro.org>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.c