Skip to content

Commit

Permalink
usb: gadget: code cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrzej Pietrasiewicz authored and Felipe Balbi committed Feb 18, 2014
1 parent ea36592 commit ab13cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/f_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,7 @@ static int _ffs_name_dev(struct ffs_dev *dev, const char *name)
existing = _ffs_find_dev(name);
if (existing)
return -EBUSY;

dev->name = name;

return 0;
Expand Down

0 comments on commit ab13cb0

Please sign in to comment.