Most dev_err messages in this file have no final dot. Remove the only two
exceptions to make them consistent.
Reviewed-by: Tom Rix <trix@redhat.com>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
int err;
if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) {
- dev_err(&mgr->dev, "Partial reconfiguration not supported.\n");
+ dev_err(&mgr->dev, "Partial reconfiguration not supported\n");
return -EINVAL;
}
return xilinx_spi_apply_cclk_cycles(conf);
}
- dev_err(&mgr->dev, "Timeout after config data transfer.\n");
+ dev_err(&mgr->dev, "Timeout after config data transfer\n");
return -ETIMEDOUT;
}