video: driver: add space and move "{" to previous line
This change will fix some checker err. Change-Id: I93da24e9b54bb1d5f6145b438858a977b06ca09c Signed-off-by: Ankush Mitra <quic_ankumitr@quicinc.com>
这个提交包含在:
@@ -938,7 +938,7 @@ struct msm_vidc_mem {
|
||||
* Kalama uses Kernel Version 5.15.x,
|
||||
* Pineapple uses Kernel version 5.18.x
|
||||
*/
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,16,0))
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 16, 0))
|
||||
struct iosys_map dmabuf_map;
|
||||
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0))
|
||||
struct dma_buf_map dmabuf_map;
|
||||
|
在新工单中引用
屏蔽一个用户