mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-04 13:47:03 +07:00
treewide: correct spacing near eol in code comments
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
9dca886fc2
commit
96ed47b845
@ -307,7 +307,7 @@ static int names_usb(struct udev_device *dev, struct netnames *names) {
|
|||||||
s[0] = '\0';
|
s[0] = '\0';
|
||||||
interf = s+1;
|
interf = s+1;
|
||||||
|
|
||||||
/* prefix every port number in the chain with "u"*/
|
/* prefix every port number in the chain with "u" */
|
||||||
s = ports;
|
s = ports;
|
||||||
while ((s = strchr(s, '.')))
|
while ((s = strchr(s, '.')))
|
||||||
s[0] = 'u';
|
s[0] = 'u';
|
||||||
|
Loading…
Reference in New Issue
Block a user