浏览代码

drm/tegra: Do not wrap lines unnecessarily

The tegra_drm_alloc() function signature fits on a single line, no need
to wrap it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Thierry Reding 7 年之前
父节点
当前提交
67485fb8b8
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      drivers/gpu/drm/tegra/drm.c

+ 1 - 2
drivers/gpu/drm/tegra/drm.c

@@ -1148,8 +1148,7 @@ int tegra_drm_unregister_client(struct tegra_drm *tegra,
 	return 0;
 	return 0;
 }
 }
 
 
-void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size,
-			      dma_addr_t *dma)
+void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size, dma_addr_t *dma)
 {
 {
 	struct iova *alloc;
 	struct iova *alloc;
 	void *virt;
 	void *virt;