intel: Reformat to the kernel coding style. Welcome to the 8-space future.
authorEric Anholt <eric@anholt.net>
Tue, 6 Oct 2009 19:40:42 +0000 (12:40 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 6 Oct 2009 22:45:06 +0000 (15:45 -0700)
commitd70d60529f77ec73322be7b887fd6a3faf133bce
treea11417216d5dad111c6f43908baa44d78034e596
parent3c9bd068e0aa8069f71e8193b82b231d6513ce35
intel: Reformat to the kernel coding style.  Welcome to the 8-space future.

This is done with:
Lindent *.[ch]
perl -pi -e 's|drm_intel_bo \* |drm_intel_bo *|g' *.[ch]
perl -pi -e 's|drm_intel_bufmgr \* |drm_intel_bufmgr *|g' *.[ch]
perl -pi -e 's|drm_intel_bo_gem \* |drm_intel_bo_gem *|g' *.[ch]
perl -pi -e 's|drm_intel_bufmgr_gem \* |drm_intel_bufmgr_gem *|g' *.[ch]
perl -pi -e 's|_fake \* |_fake *|g' *.[ch]
hand-editing to whack indented comments into line and other touchups.
libdrm/intel/intel_atomic.h
libdrm/intel/intel_bufmgr.c
libdrm/intel/intel_bufmgr.h
libdrm/intel/intel_bufmgr_fake.c
libdrm/intel/intel_bufmgr_gem.c
libdrm/intel/intel_bufmgr_priv.h
libdrm/intel/mm.c
libdrm/intel/mm.h