tile: Use the more common pr_warn instead of pr_warning
[deliverable/linux.git] / arch / tile / include / asm / pgtable_64.h
index 2c8a9cd102d359f8a8ec5eb1cf4c515e7ad567ce..e96cec52f6d8aa86c0f9a89fccf4d1081db98f56 100644 (file)
@@ -86,7 +86,7 @@ static inline int pud_huge_page(pud_t pud)
 }
 
 #define pmd_ERROR(e) \
-       pr_err("%s:%d: bad pmd 0x%016llx.\n", __FILE__, __LINE__, pmd_val(e))
+       pr_err("%s:%d: bad pmd 0x%016llx\n", __FILE__, __LINE__, pmd_val(e))
 
 static inline void pud_clear(pud_t *pudp)
 {
This page took 0.024508 seconds and 5 git commands to generate.