diff options
author | Dave Jones <davej@redhat.com> | 2011-01-10 13:10:52 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-13 12:15:28 -0500 |
commit | 686957e71d34beffe2b29cf5fb2e05025972020b (patch) | |
tree | 05339b267e0924346ba1b8688ff919e225f15e32 /arch/mips/pci | |
parent | b99fbc10df4fc616908aa0504cba125acf9b4e48 (diff) |
MIPS: IP27: Correct fucked grammar in ops-bridge.c
I had no idea just how broken IOC3 was until I read this.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/ops-bridge.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/mips/pci/ops-bridge.c b/arch/mips/pci/ops-bridge.c index b46b3e211775..438319465cb4 100644 --- a/arch/mips/pci/ops-bridge.c +++ b/arch/mips/pci/ops-bridge.c | |||
@@ -56,7 +56,7 @@ static int pci_conf0_read_config(struct pci_bus *bus, unsigned int devfn, | |||
56 | return PCIBIOS_DEVICE_NOT_FOUND; | 56 | return PCIBIOS_DEVICE_NOT_FOUND; |
57 | 57 | ||
58 | /* | 58 | /* |
59 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 59 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
60 | * generic PCI code a chance to look at it for real ... | 60 | * generic PCI code a chance to look at it for real ... |
61 | */ | 61 | */ |
62 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) | 62 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) |
@@ -76,7 +76,7 @@ static int pci_conf0_read_config(struct pci_bus *bus, unsigned int devfn, | |||
76 | oh_my_gawd: | 76 | oh_my_gawd: |
77 | 77 | ||
78 | /* | 78 | /* |
79 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 79 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
80 | * generic PCI code a chance to look at the wrong register. | 80 | * generic PCI code a chance to look at the wrong register. |
81 | */ | 81 | */ |
82 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) { | 82 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) { |
@@ -85,7 +85,7 @@ oh_my_gawd: | |||
85 | } | 85 | } |
86 | 86 | ||
87 | /* | 87 | /* |
88 | * IOC3 is fucked fucked beyond believe ... Don't try to access | 88 | * IOC3 is fucking fucked beyond belief ... Don't try to access |
89 | * anything but 32-bit words ... | 89 | * anything but 32-bit words ... |
90 | */ | 90 | */ |
91 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; | 91 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; |
@@ -118,7 +118,7 @@ static int pci_conf1_read_config(struct pci_bus *bus, unsigned int devfn, | |||
118 | return PCIBIOS_DEVICE_NOT_FOUND; | 118 | return PCIBIOS_DEVICE_NOT_FOUND; |
119 | 119 | ||
120 | /* | 120 | /* |
121 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 121 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
122 | * generic PCI code a chance to look at it for real ... | 122 | * generic PCI code a chance to look at it for real ... |
123 | */ | 123 | */ |
124 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) | 124 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) |
@@ -139,7 +139,7 @@ static int pci_conf1_read_config(struct pci_bus *bus, unsigned int devfn, | |||
139 | oh_my_gawd: | 139 | oh_my_gawd: |
140 | 140 | ||
141 | /* | 141 | /* |
142 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 142 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
143 | * generic PCI code a chance to look at the wrong register. | 143 | * generic PCI code a chance to look at the wrong register. |
144 | */ | 144 | */ |
145 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) { | 145 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) { |
@@ -148,7 +148,7 @@ oh_my_gawd: | |||
148 | } | 148 | } |
149 | 149 | ||
150 | /* | 150 | /* |
151 | * IOC3 is fucked fucked beyond believe ... Don't try to access | 151 | * IOC3 is fucking fucked beyond belief ... Don't try to access |
152 | * anything but 32-bit words ... | 152 | * anything but 32-bit words ... |
153 | */ | 153 | */ |
154 | bridge->b_pci_cfg = (busno << 16) | (slot << 11); | 154 | bridge->b_pci_cfg = (busno << 16) | (slot << 11); |
@@ -189,7 +189,7 @@ static int pci_conf0_write_config(struct pci_bus *bus, unsigned int devfn, | |||
189 | return PCIBIOS_DEVICE_NOT_FOUND; | 189 | return PCIBIOS_DEVICE_NOT_FOUND; |
190 | 190 | ||
191 | /* | 191 | /* |
192 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 192 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
193 | * generic PCI code a chance to look at it for real ... | 193 | * generic PCI code a chance to look at it for real ... |
194 | */ | 194 | */ |
195 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) | 195 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) |
@@ -213,14 +213,14 @@ static int pci_conf0_write_config(struct pci_bus *bus, unsigned int devfn, | |||
213 | oh_my_gawd: | 213 | oh_my_gawd: |
214 | 214 | ||
215 | /* | 215 | /* |
216 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 216 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
217 | * generic PCI code a chance to touch the wrong register. | 217 | * generic PCI code a chance to touch the wrong register. |
218 | */ | 218 | */ |
219 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) | 219 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) |
220 | return PCIBIOS_SUCCESSFUL; | 220 | return PCIBIOS_SUCCESSFUL; |
221 | 221 | ||
222 | /* | 222 | /* |
223 | * IOC3 is fucked fucked beyond believe ... Don't try to access | 223 | * IOC3 is fucking fucked beyond belief ... Don't try to access |
224 | * anything but 32-bit words ... | 224 | * anything but 32-bit words ... |
225 | */ | 225 | */ |
226 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; | 226 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; |
@@ -257,7 +257,7 @@ static int pci_conf1_write_config(struct pci_bus *bus, unsigned int devfn, | |||
257 | return PCIBIOS_DEVICE_NOT_FOUND; | 257 | return PCIBIOS_DEVICE_NOT_FOUND; |
258 | 258 | ||
259 | /* | 259 | /* |
260 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 260 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
261 | * generic PCI code a chance to look at it for real ... | 261 | * generic PCI code a chance to look at it for real ... |
262 | */ | 262 | */ |
263 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) | 263 | if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) |
@@ -281,14 +281,14 @@ static int pci_conf1_write_config(struct pci_bus *bus, unsigned int devfn, | |||
281 | oh_my_gawd: | 281 | oh_my_gawd: |
282 | 282 | ||
283 | /* | 283 | /* |
284 | * IOC3 is fucked fucked beyond believe ... Don't even give the | 284 | * IOC3 is fucking fucked beyond belief ... Don't even give the |
285 | * generic PCI code a chance to touch the wrong register. | 285 | * generic PCI code a chance to touch the wrong register. |
286 | */ | 286 | */ |
287 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) | 287 | if ((where >= 0x14 && where < 0x40) || (where >= 0x48)) |
288 | return PCIBIOS_SUCCESSFUL; | 288 | return PCIBIOS_SUCCESSFUL; |
289 | 289 | ||
290 | /* | 290 | /* |
291 | * IOC3 is fucked fucked beyond believe ... Don't try to access | 291 | * IOC3 is fucking fucked beyond belief ... Don't try to access |
292 | * anything but 32-bit words ... | 292 | * anything but 32-bit words ... |
293 | */ | 293 | */ |
294 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; | 294 | addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; |