Fix comma spacing errors spotted by astyle 3.0
Change-Id: Ie0543b220367c68c15bc9c4668e39b5336880021 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
1d9891989c
commit
e2bf067577
@ -566,7 +566,7 @@ print_configuration(char *program_name)
|
||||
g_arbitration.core_mask,
|
||||
g_arbitration.max_completions,
|
||||
g_arbitration.arbitration_mechanism,
|
||||
g_arbitration.arbitration_config ,
|
||||
g_arbitration.arbitration_config,
|
||||
g_arbitration.io_count);
|
||||
}
|
||||
|
||||
|
@ -258,7 +258,7 @@ mode_sense_6_test(void)
|
||||
unsigned char dev_specific_param = 0;
|
||||
unsigned char blk_descriptor_len = 0;
|
||||
|
||||
memset(&bdev, 0 , sizeof(struct spdk_bdev));
|
||||
memset(&bdev, 0, sizeof(struct spdk_bdev));
|
||||
spdk_init_task(&task);
|
||||
memset(cdb, 0, sizeof(cdb));
|
||||
|
||||
@ -307,7 +307,7 @@ mode_sense_10_test(void)
|
||||
unsigned char dev_specific_param = 0;
|
||||
unsigned short blk_descriptor_len = 0;
|
||||
|
||||
memset(&bdev, 0 , sizeof(struct spdk_bdev));
|
||||
memset(&bdev, 0, sizeof(struct spdk_bdev));
|
||||
spdk_init_task(&task);
|
||||
memset(cdb, 0, sizeof(cdb));
|
||||
cdb[0] = 0x5A;
|
||||
|
Loading…
Reference in New Issue
Block a user