提交 67485fb8 编写于 作者: T Thierry Reding

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: NThierry Reding <treding@nvidia.com>
上级 5b8e043b
......@@ -1148,8 +1148,7 @@ int tegra_drm_unregister_client(struct tegra_drm *tegra,
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;
void *virt;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册