]> Pileus Git - ~andy/linux/blobdiff - drivers/iommu/omap-iovmm.c
iommu/omap: fix checkpatch warnings in omap iommu code
[~andy/linux] / drivers / iommu / omap-iovmm.c
index 46d87569073951c7c63cbd13a354e9ff91a0941f..d14725984153b149aa6946b8bff8d8e69f30d108 100644 (file)
@@ -102,8 +102,8 @@ static size_t sgtable_len(const struct sg_table *sgt)
                }
 
                if (i && sg->offset) {
-                       pr_err("%s: sg[%d] offset not allowed in internal "
-                                       "entries\n", __func__, i);
+                       pr_err("%s: sg[%d] offset not allowed in internal entries\n",
+                               __func__, i);
                        return 0;
                }