projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a1d37
)
hdt: Fixing latency indentation
author
Erwan Velu
<erwan.velu@free.fr>
Tue, 14 Apr 2009 19:55:14 +0000
(21:55 +0200)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Wed, 15 Apr 2009 23:24:14 +0000
(16:24 -0700)
Impact: Improving display
Removing useless space
com32/hdt/hdt-menu-pci.c
patch
|
blob
|
history
diff --git
a/com32/hdt/hdt-menu-pci.c
b/com32/hdt/hdt-menu-pci.c
index
496d5ac
..
74c0710
100644
(file)
--- a/
com32/hdt/hdt-menu-pci.c
+++ b/
com32/hdt/hdt-menu-pci.c
@@
-89,7
+89,7
@@
static void compute_pci_device(struct s_my_menu *menu,
menu->items_count++;
}
- snprintf(buffer,
sizeof buffer,"Latency
: %d",pci_device->dev_info->latency);
+ snprintf(buffer,
sizeof buffer, "Latency
: %d",pci_device->dev_info->latency);
snprintf(statbuffer,sizeof statbuffer,"Latency : %d",pci_device->dev_info->latency);
add_item(buffer,statbuffer,OPT_INACTIVE,NULL,0);
menu->items_count++;