mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 07:14:48 +08:00
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>
This commit is contained in:
parent
5b8e043b6d
commit
67485fb8b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user