mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
scst: Adjust indentation to keep checkpatch happy
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8984 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2696,19 +2696,19 @@ out_done:
|
||||
typedef enum scst_exec_res (*scst_local_exec_fn)(struct scst_cmd *cmd);
|
||||
|
||||
static scst_local_exec_fn scst_local_fns[256] = {
|
||||
[COMPARE_AND_WRITE] = scst_cmp_wr_local,
|
||||
[EXTENDED_COPY] = scst_cm_ext_copy_exec,
|
||||
[MAINTENANCE_IN] = scst_maintenance_in,
|
||||
[MAINTENANCE_OUT] = scst_maintenance_out,
|
||||
[PERSISTENT_RESERVE_IN] = scst_persistent_reserve_in_local,
|
||||
[PERSISTENT_RESERVE_OUT]= scst_persistent_reserve_out_local,
|
||||
[RECEIVE_COPY_RESULTS] = scst_cm_rcv_copy_res_exec,
|
||||
[RELEASE] = scst_release_local,
|
||||
[RELEASE_10] = scst_release_local,
|
||||
[REPORT_LUNS] = scst_report_luns_local,
|
||||
[REQUEST_SENSE] = scst_request_sense_local,
|
||||
[RESERVE] = scst_reserve_local,
|
||||
[RESERVE_10] = scst_reserve_local,
|
||||
[COMPARE_AND_WRITE] = scst_cmp_wr_local,
|
||||
[EXTENDED_COPY] = scst_cm_ext_copy_exec,
|
||||
[MAINTENANCE_IN] = scst_maintenance_in,
|
||||
[MAINTENANCE_OUT] = scst_maintenance_out,
|
||||
[PERSISTENT_RESERVE_IN] = scst_persistent_reserve_in_local,
|
||||
[PERSISTENT_RESERVE_OUT] = scst_persistent_reserve_out_local,
|
||||
[RECEIVE_COPY_RESULTS] = scst_cm_rcv_copy_res_exec,
|
||||
[RELEASE] = scst_release_local,
|
||||
[RELEASE_10] = scst_release_local,
|
||||
[REPORT_LUNS] = scst_report_luns_local,
|
||||
[REQUEST_SENSE] = scst_request_sense_local,
|
||||
[RESERVE] = scst_reserve_local,
|
||||
[RESERVE_10] = scst_reserve_local,
|
||||
};
|
||||
|
||||
static enum scst_exec_res scst_do_local_exec(struct scst_cmd *cmd)
|
||||
|
||||
Reference in New Issue
Block a user