浏览代码

Merge branch 'topic/timb' into for-linus

Vinod Koul 7 年之前
父节点
当前提交
cea0dd4d96
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/timb_dma.c

+ 1 - 1
drivers/dma/timb_dma.c

@@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
 				break;
 			else {
 				dev_err(chan2dev(chan),
-					"Couldnt allocate any descriptors\n");
+					"Couldn't allocate any descriptors\n");
 				return -ENOMEM;
 			}
 		}