usb: gadget: code cleanup
Remove trailing whitespace Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
ea365922f9
commit
ab13cb0c0d
1 changed files with 1 additions and 1 deletions
|
@ -2509,7 +2509,7 @@ static int _ffs_name_dev(struct ffs_dev *dev, const char *name)
|
||||||
existing = _ffs_find_dev(name);
|
existing = _ffs_find_dev(name);
|
||||||
if (existing)
|
if (existing)
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
|
|
||||||
dev->name = name;
|
dev->name = name;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue