]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 26 Sep 2017 07:37:46 +0000 (13:07 +0530)
committerJoerg Roedel <jroedel@suse.de>
Wed, 27 Sep 2017 15:01:35 +0000 (17:01 +0200)
commitb89cf1c3d8d0797442ffa4b164b775428dc2f178
tree245e7457f6ebb256a751df9ad6fbb2376ae18278
parent9afe96070685c583f2e233084d7bfaa4eba653d0
iommu/amd: pr_err() strings should end with newlines

pr_err() messages should end with a new-line to avoid other messages
being concatenated. So replace '/n' with '\n'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Fixes: 51eb43c7a9d3 ('iommu/amd: Add function copy_dev_tables()')
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c