OSDN Git Service

minigbm: Fix switch statements
authorGurchetan Singh <gurchetansingh@chromium.org>
Tue, 30 Aug 2016 02:13:51 +0000 (19:13 -0700)
committerchrome-bot <chrome-bot@chromium.org>
Fri, 2 Sep 2016 11:26:05 +0000 (04:26 -0700)
commitd6fb5777154cb1be756173fd1ea907fada572b03
tree1ac31727ec3a6ee757bc23d73409c574f4381b26
parentac50d6472ce952a73b14066e0233d8b086c53fac
minigbm: Fix switch statements

Our switch statements were inconsistent.  Let's use kernel
style switch statements since we already follow many kernel
coding guidelines in this repo (8-space tabs, mostly 80
line limit).

Change-Id: I2b6ccc2369160bf49bbdf6479aebec7dada2e2fa
Reviewed-on: https://chromium-review.googlesource.com/377883
Commit-Ready: Gurchetan Singh <gurchetansingh@chromium.org>
Tested-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
gbm_helpers.c
helpers.c
i915.c
rockchip.c