IB/ocrdma: pr_err() strings should end with newlines
pr_err() messages should end with a new-line to avoid other messages being concatenated. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

کامیت شده توسط
Doug Ledford

والد
d23a8bafa9
کامیت
44596ebf8d
@@ -658,7 +658,7 @@ static ssize_t ocrdma_dbgfs_ops_write(struct file *filp,
|
||||
if (reset) {
|
||||
status = ocrdma_mbx_rdma_stats(dev, true);
|
||||
if (status) {
|
||||
pr_err("Failed to reset stats = %d", status);
|
||||
pr_err("Failed to reset stats = %d\n", status);
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
|
مرجع در شماره جدید
Block a user