mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: s626: Reformat function arguments
Reformat function call arguments to comedi_check_trigger_arg_min as per coding style guideline. Problem detected by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Link: https://lore.kernel.org/r/20200314213856.GA3874@deeUbuntu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df42b8f493
commit
073e0be325
@ -1892,8 +1892,7 @@ static int s626_ai_cmdtest(struct comedi_device *dev,
|
||||
if (cmd->scan_begin_src == TRIG_TIMER) {
|
||||
arg = cmd->convert_arg * cmd->scan_end_arg;
|
||||
err |= comedi_check_trigger_arg_min(
|
||||
&cmd->scan_begin_arg,
|
||||
arg);
|
||||
&cmd->scan_begin_arg, arg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user