OSDN Git Service

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)
commit3c6bae62136ba5b24f0b113e68121b783457ca4b
tree245e7457f6ebb256a751df9ad6fbb2376ae18278
parent1ff9b17cedb39bc78f9e3f82485765f9b467177d
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: 45a01c42933b ('iommu/amd: Add function copy_dev_tables()')
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c