treewide: correct spacing near eol in code comments

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Torstein Husebø 2014-12-11 13:33:10 -05:00 committed by Anthony G. Basile
parent 9dca886fc2
commit 96ed47b845

View File

@ -307,7 +307,7 @@ static int names_usb(struct udev_device *dev, struct netnames *names) {
s[0] = '\0';
interf = s+1;
/* prefix every port number in the chain with "u"*/
/* prefix every port number in the chain with "u" */
s = ports;
while ((s = strchr(s, '.')))
s[0] = 'u';