[COMMON] fimc-is2: Code cleanup of indent in interface-vra.h
authorSunmi Lee <carrotsm.lee@samsung.com>
Mon, 11 Jun 2018 11:36:06 +0000 (20:36 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Mon, 23 Jul 2018 08:05:19 +0000 (17:05 +0900)
Change-Id: I85269ee8b7093e1f188017ba5ae8fc99902f5931
Signed-off-by: Sunmi Lee <carrotsm.lee@samsung.com>
drivers/media/platform/exynos/fimc-is2/interface/fimc-is-interface-vra.h

index c0114f0d1a6784ddfd3f646974215c2adc789a75..91e73d78bda039469b8a11d672af3b76fe326c2d 100644 (file)
@@ -211,28 +211,28 @@ struct fimc_is_lib_vra {
        bool                                    image_load;
 #endif
 #ifdef ENABLE_REPROCESSING_FD
-       struct fimc_is_hw_ip    *hw_ip;
+       struct fimc_is_hw_ip            *hw_ip;
        unsigned long                   done_vra_callback_out_ready;
        unsigned long                   done_vra_hw_intr;
-       spinlock_t                              reprocess_fd_lock;
-       ulong                                   reprocess_fd_flag;
+       spinlock_t                      reprocess_fd_lock;
+       ulong                           reprocess_fd_flag;
 #endif
 #ifdef ENABLE_VRA_CHANGE_SETFILE_PARSING
        ulong                           tune_count;
 #endif
 #ifdef ENABLE_HYBRID_FD
        unsigned int                    post_detection_enable[VRA_TOTAL_SENSORS];
-       u32                                     pdt_all_face_num[VRA_TOTAL_SENSORS];
-       struct api_vra_out_list_info            pdt_out_list_info[VRA_TOTAL_SENSORS];
-       struct api_vra_pdt_out_face             pdt_out_faces[VRA_TOTAL_SENSORS][MAX_FACE_COUNT];
+       u32                             pdt_all_face_num[VRA_TOTAL_SENSORS];
+       struct api_vra_out_list_info    pdt_out_list_info[VRA_TOTAL_SENSORS];
+       struct api_vra_pdt_out_face     pdt_out_faces[VRA_TOTAL_SENSORS][MAX_FACE_COUNT];
 #endif
 
        /* Fast FDAE & FDAF */
-       u32                                     af_all_face_num[VRA_TOTAL_SENSORS];
-       struct api_vra_out_list_info            af_out_list_info[VRA_TOTAL_SENSORS];
-       struct api_vra_face_base_str            af_face_base[VRA_TOTAL_SENSORS][MAX_FACE_COUNT];
-       spinlock_t                              af_fd_slock[VRA_TOTAL_SENSORS];
-       spinlock_t                              ae_fd_slock[VRA_TOTAL_SENSORS];
+       u32                             af_all_face_num[VRA_TOTAL_SENSORS];
+       struct api_vra_out_list_info    af_out_list_info[VRA_TOTAL_SENSORS];
+       struct api_vra_face_base_str    af_face_base[VRA_TOTAL_SENSORS][MAX_FACE_COUNT];
+       spinlock_t                      af_fd_slock[VRA_TOTAL_SENSORS];
+       spinlock_t                      ae_fd_slock[VRA_TOTAL_SENSORS];
 
 };