Skip to content

Commit 04cdc02

Browse files
committed
Add exclude file for Linux kernel
It's not the goal of codespell to maintain several exclude-files, but this serves as an example for others. Each line that exists in an exclude-file will be ignored by codespell once it is found.
1 parent 8ca6ac1 commit 04cdc02

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

data/linux-kernel.exclude

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
N: Tom Dyas
2+
* Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
3+
* Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
4+
* Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
5+
* Tom Dyas
6+
* Copyright (C) 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu)
7+
MODULE_AUTHOR("Thomas K. Dyas (tdyas@noc.rutgers.edu) and Eddie C. Dost (ecd@skynet.be)");
8+
* Thomas K. Dyas <tdyas@eden.rutgers.edu>
9+
* Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas.
10+
* Tom Dyas : Module support.
11+
* Tom Dyas : Export net symbols.
12+
* Copyright (C) 1996,1997 Thomas K. Dyas (tdyas@eden.rutgers.edu)
13+
MODULE_AUTHOR("Thomas K. Dyas and David S. Miller");
14+
15+
16+
17+
* Sun people can't spell worth damn. "compatability" indeed.
18+
.asciz "compatability"
19+
* Sun people can't spell worth damn. "compatability" indeed.
20+
.asciz "compatability"
21+
22+
23+
Jonathan Teh Soon Yew <j.teh@iname.com>
24+
<j.teh@iname.com> and Alex van Kaam <darkside@chello.nl>.)
25+
<j.teh@iname.com>) */
26+
27+
28+
inv24 - change timings parameters for 24bpp modes on Millenium and
29+
Millenium II. Specify this if you see strange color shadows around
30+
non-Millenium.
31+
Millenium I or II, because of these devices have hardware
32+
* ThrustMaster Millenium 3D Inceptor
33+
DC390F (Sym53c875) accepted this as well as my Millenium. But the Am53C974
34+
{ 1, "ThrustMaster Millenium 3D Inceptor", 6, 2, { 4, 2 }, { 4, 6 }, tmdc_abs, tmdc_btn_joy },
35+
* DoC 2000 (it's in the Millenium docs), but it seems to work. */
36+
minfo->millenium = 1;
37+
int millenium;
38+
/* 0 except for 6MB Millenium */
39+
#define isMillenium(x) (x->millenium)
40+
#define isMillenium(x) (x->millennium)
41+
#define FB_AUX_TEXT_MGA_STEP16 3 /* MGA Millenium I: text, attr, 14 reserved bytes */
42+
#define FB_ACCEL_MATROX_MGA2064W 16 /* Matrox MGA2064W (Millenium) */
43+
#define FB_ACCEL_MATROX_MGA2164W 18 /* Matrox MGA2164W (Millenium II) */
44+
#define FB_ACCEL_MATROX_MGA2164W_AGP 19 /* Matrox MGA2164W (Millenium II) */
45+
46+
47+
* Copyright (C) 2007 Marvell Internation Ltd.
48+
* Copyright (C) 2007-2008 Marvell Internation Ltd.
49+
50+
dbug(1,dprintf("PTY/ECT/addCONF,relPLCI=%lx",relatedPLCIvalue));
51+
/* send PTY/ECT req, cannot check all states because of US stuff */
52+
dbug(1,dprintf("ECT OK"));
53+
{ /* first indication after ECT-Request on Consultation Call */
54+
#define INT_CT_REJ 70 /* ECT rejected internal command */
55+
__u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
56+
__u8 ece:1, cwr:1; /* TCP ECT bits */
57+
/* set ECT codepoint from IP header.
58+
pr_info("new ECT codepoint %x out of mask\n", einfo->ip_ect);
59+
/* Funny extension: if ECT is not set on a segment,
60+
/* Not-retransmitted data segment: set ECT and inject CWR. */
61+
/* ACK or retransmitted segment: clear ECT|CE */
62+
* "The ECN-Capable Transport (ECT) bit would be set by the
63+
* Now setting the ECT bit all the time, as it should not cause
64+
65+
* Copyright © 2003 Agere Systems Inc.
66+
67+
S: 1326 De Val-Brillant
68+
<slot #2, id = 0x02, characters = "xtension whic">
69+
70+
at91_set_A_periph(AT91_PIN_PC1, 0); /* [-SMOE-]{+SOME+} */
71+
72+
_REGISTER_CLOCK(NULL, "ect", ect_clk)

0 commit comments

Comments
 (0)