* [2.5.73] [alpha] pci.h patch
@ 2003-06-23 21:35 Przemyslaw Stanisław Knycz
2003-06-24 18:07 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Przemyslaw Stanisław Knycz @ 2003-06-23 21:35 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
Patch for missing semicolon at include/asm-alpha/pci.h ;-)
--
.mailto p r z e m y s l a w at k n y c z dot n e t.
| Przemysław "djrzulf" Knycz, djrzulf@jabber.gda.pl |
| Net/Sys Administrator, PLD Developer, RLU: 213344 |
`- To see tomorrow's PC, look at today's Macintosh -'
[-- Attachment #2: linux-2.5.73-pci-semicolon.patch --]
[-- Type: application/octet-stream, Size: 445 bytes --]
--- linux-2.5.73/include/asm-alpha/pci.h 2003-06-22 20:32:28.000000000 +0200
+++ linux-2.5.73.c/include/asm-alpha/pci.h 2003-06-23 23:25:55.000000000 +0200
@@ -197,7 +197,7 @@
/* Bus number == domain number until we get above 256 busses */
static inline int pci_name_bus(char *name, struct pci_bus *bus)
{
- int domain = pci_domain_nr(bus)
+ int domain = pci_domain_nr(bus);
if (domain < 256) {
sprintf(name, "%02x", domain);
} else {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-24 18:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-23 21:35 [2.5.73] [alpha] pci.h patch Przemyslaw Stanisław Knycz
2003-06-24 18:07 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox