]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dma-debug-fix-locking-bug-in-check_unmap-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:06:48 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:11 +0000 (16:27 +1100)
restore 80-col trickery to be consistent with the rest of the file

Cc: Alexander Duyck <alexander.h.duyck@intel.com>
Cc: Jakub Kicinski <kubakici@wp.pl>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Shuah Khan <shuah.khan@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/dma-debug.c

index 724bd4d2c32e25b58757dfa09a3507ca12eb6ec9..d3e06a5e981e91eb3b7800c598a79c17dfb44190 100644 (file)
@@ -867,10 +867,13 @@ static void check_unmap(struct dma_debug_entry *ref)
 
                if (dma_mapping_error(ref->dev, ref->dev_addr)) {
                        err_printk(ref->dev, NULL,
-                                  "DMA-API: device driver tries to free an invalid DMA memory address\n");
+                                  "DMA-API: device driver tries to free an "
+                                  "invalid DMA memory address\n");
                } else {
                        err_printk(ref->dev, NULL,
-                                  "DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x%016llx] [size=%llu bytes]\n",
+                                  "DMA-API: device driver tries to free DMA "
+                                  "memory it has not allocated [device "
+                                  "address=0x%016llx] [size=%llu bytes]\n",
                                   ref->dev_addr, ref->size);
                }
                return;