This repository was archived by the owner on Mar 7, 2021. It is now read-only.
File tree 6 files changed +6
-6
lines changed
chrdev-region-allocation/src
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ impl Drop for HelloWorldModule {
31
31
32
32
linux_kernel_module:: kernel_module!(
33
33
HelloWorldModule ,
34
- author: "Alex Gaynor and Geoffrey Thomas " ,
34
+ author: "Fish in a Barrel Contributors " ,
35
35
description: "An extremely simple kernel module" ,
36
36
license: "GPL"
37
37
) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ impl linux_kernel_module::KernelModule for ChrdevRegionAllocationTestModule {
21
21
22
22
linux_kernel_module:: kernel_module!(
23
23
ChrdevRegionAllocationTestModule ,
24
- author: "Alex Gaynor and Geoffrey Thomas " ,
24
+ author: "Fish in a Barrel Contributors " ,
25
25
description: "A module for testing character device region allocation" ,
26
26
license: "GPL"
27
27
) ;
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ impl linux_kernel_module::KernelModule for ChrdevTestModule {
68
68
69
69
linux_kernel_module:: kernel_module!(
70
70
ChrdevTestModule ,
71
- author: "Alex Gaynor and Geoffrey Thomas " ,
71
+ author: "Fish in a Barrel Contributors " ,
72
72
description: "A module for testing character devices" ,
73
73
license: "GPL"
74
74
) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ impl linux_kernel_module::KernelModule for PrintkTestModule {
17
17
18
18
linux_kernel_module:: kernel_module!(
19
19
PrintkTestModule ,
20
- author: "Alex Gaynor and Geoffrey Thomas " ,
20
+ author: "Fish in a Barrel Contributors " ,
21
21
description: "A module for testing println!()" ,
22
22
license: "GPL"
23
23
) ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ impl Drop for SysctlGetTestModule {
39
39
40
40
linux_kernel_module:: kernel_module!(
41
41
SysctlGetTestModule ,
42
- author: "Alex Gaynor and Geoffrey Thomas " ,
42
+ author: "Fish in a Barrel Contributors " ,
43
43
description: "A module for testing sysctls" ,
44
44
license: "GPL"
45
45
) ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ impl linux_kernel_module::KernelModule for SysctlTestModule {
34
34
35
35
linux_kernel_module:: kernel_module!(
36
36
SysctlTestModule ,
37
- author: "Alex Gaynor and Geoffrey Thomas " ,
37
+ author: "Fish in a Barrel Contributors " ,
38
38
description: "A module for testing sysctls" ,
39
39
license: "GPL"
40
40
) ;
You can’t perform that action at this time.
0 commit comments