projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc1341
)
drm/msm: trivial whitespace fix
author
Rob Clark
<robdclark@gmail.com>
Mon, 14 Dec 2015 14:59:56 +0000
(09:59 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Mon, 14 Dec 2015 16:49:33 +0000
(11:49 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
include/uapi/drm/msm_drm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/drm/msm_drm.h
b/include/uapi/drm/msm_drm.h
index e995ffbcf86a1d68951b37046e22baf00143e1b5..81e6e0d1d3600c8a90d83ce8f444a8106d28e546 100644
(file)
--- a/
include/uapi/drm/msm_drm.h
+++ b/
include/uapi/drm/msm_drm.h
@@
-121,7
+121,7
@@
struct drm_msm_gem_cpu_fini {
struct drm_msm_gem_submit_reloc {
__u32 submit_offset; /* in, offset from submit_bo */
__u32 or; /* in, value OR'd with result */
- __s32
shift; /* in, amount of left shift (can be negative) */
+ __s32 shift; /* in, amount of left shift (can be negative) */
__u32 reloc_idx; /* in, index of reloc_bo buffer */
__u64 reloc_offset; /* in, offset from start of reloc_bo */
};