commit | 3c6bae62136ba5b24f0b113e68121b783457ca4b | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Sep 26 13:07:46 2017 +0530 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Sep 27 17:01:35 2017 +0200 |
tree | 245e7457f6ebb256a751df9ad6fbb2376ae18278 | |
parent | 1ff9b17cedb39bc78f9e3f82485765f9b467177d [diff] |
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>