File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4244,10 +4244,8 @@ module_init(amd64_edac_init);
42444244module_exit (amd64_edac_exit );
42454245
42464246MODULE_LICENSE ("GPL" );
4247- MODULE_AUTHOR ("SoftwareBitMaker: Doug Thompson, "
4248- "Dave Peterson, Thayne Harbaugh" );
4249- MODULE_DESCRIPTION ("MC support for AMD64 memory controllers - "
4250- EDAC_AMD64_VERSION );
4247+ MODULE_AUTHOR ("SoftwareBitMaker: Doug Thompson, Dave Peterson, Thayne Harbaugh; AMD" );
4248+ MODULE_DESCRIPTION ("MC support for AMD64 memory controllers - " EDAC_AMD64_VERSION );
42514249
42524250module_param (edac_op_state , int , 0444 );
42534251MODULE_PARM_DESC (edac_op_state , "EDAC Error Reporting state: 0=Poll,1=NMI" );
Original file line number Diff line number Diff line change @@ -1462,7 +1462,7 @@ module_init(e752x_init);
14621462module_exit (e752x_exit );
14631463
14641464MODULE_LICENSE ("GPL" );
1465- MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Tom Zimmerman\n " );
1465+ MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Tom Zimmerman" );
14661466MODULE_DESCRIPTION ("MC support for Intel e752x/3100 memory controllers" );
14671467
14681468module_param (force_function_unhide , int , 0444 );
Original file line number Diff line number Diff line change @@ -596,8 +596,7 @@ module_init(e7xxx_init);
596596module_exit (e7xxx_exit );
597597
598598MODULE_LICENSE ("GPL" );
599- MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Thayne Harbaugh et al\n"
600- "Based on.work by Dan Hollis et al" );
599+ MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Thayne Harbaugh et al" );
601600MODULE_DESCRIPTION ("MC support for Intel e7xxx memory controllers" );
602601module_param (edac_op_state , int , 0444 );
603602MODULE_PARM_DESC (edac_op_state , "EDAC Error Reporting state: 0=Poll,1=NMI" );
Original file line number Diff line number Diff line change @@ -1573,13 +1573,10 @@ module_init(i5000_init);
15731573module_exit (i5000_exit );
15741574
15751575MODULE_LICENSE ("GPL" );
1576- MODULE_AUTHOR
1577- ("Linux Networx (http://lnxi.com) Doug Thompson <norsk5@xmission.com>" );
1578- MODULE_DESCRIPTION ("MC Driver for Intel I5000 memory controllers - "
1579- I5000_REVISION );
1576+ MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Doug Thompson <norsk5@xmission.com>" );
1577+ MODULE_DESCRIPTION ("MC Driver for Intel I5000 memory controllers - " I5000_REVISION );
15801578
15811579module_param (edac_op_state , int , 0444 );
15821580MODULE_PARM_DESC (edac_op_state , "EDAC Error Reporting state: 0=Poll,1=NMI" );
15831581module_param (misc_messages , int , 0444 );
15841582MODULE_PARM_DESC (misc_messages , "Log miscellaneous non fatal messages" );
1585-
Original file line number Diff line number Diff line change @@ -1220,6 +1220,5 @@ module_init(i5100_init);
12201220module_exit (i5100_exit );
12211221
12221222MODULE_LICENSE ("GPL" );
1223- MODULE_AUTHOR
1224- ("Arthur Jones <ajones@riverbed.com>" );
1223+ MODULE_AUTHOR ("Arthur Jones <ajones@riverbed.com>" );
12251224MODULE_DESCRIPTION ("MC Driver for Intel I5100 memory controllers" );
Original file line number Diff line number Diff line change @@ -355,8 +355,7 @@ module_init(i82860_init);
355355module_exit (i82860_exit );
356356
357357MODULE_LICENSE ("GPL" );
358- MODULE_AUTHOR ("Red Hat Inc. (http://www.redhat.com) "
359- "Ben Woodard <woodard@redhat.com>" );
358+ MODULE_AUTHOR ("Red Hat Inc. (http://www.redhat.com) Ben Woodard <woodard@redhat.com>" );
360359MODULE_DESCRIPTION ("ECC support for Intel 82860 memory hub controllers" );
361360
362361module_param (edac_op_state , int , 0444 );
Original file line number Diff line number Diff line change @@ -72,5 +72,4 @@ module_exit(fsl_ddr_mc_exit);
7272MODULE_LICENSE ("GPL" );
7373MODULE_AUTHOR ("NXP Semiconductor" );
7474module_param (edac_op_state , int , 0444 );
75- MODULE_PARM_DESC (edac_op_state ,
76- "EDAC Error Reporting state: 0=Poll, 2=Interrupt" );
75+ MODULE_PARM_DESC (edac_op_state , "EDAC Error Reporting state: 0=Poll, 2=Interrupt" );
Original file line number Diff line number Diff line change @@ -711,5 +711,4 @@ module_exit(mpc85xx_mc_exit);
711711MODULE_LICENSE ("GPL" );
712712MODULE_AUTHOR ("Montavista Software, Inc." );
713713module_param (edac_op_state , int , 0444 );
714- MODULE_PARM_DESC (edac_op_state ,
715- "EDAC Error Reporting state: 0=Poll, 2=Interrupt" );
714+ MODULE_PARM_DESC (edac_op_state , "EDAC Error Reporting state: 0=Poll, 2=Interrupt" );
Original file line number Diff line number Diff line change @@ -415,8 +415,7 @@ module_init(r82600_init);
415415module_exit (r82600_exit );
416416
417417MODULE_LICENSE ("GPL" );
418- MODULE_AUTHOR ("Tim Small <tim@buttersideup.com> - WPAD Ltd. "
419- "on behalf of EADS Astrium" );
418+ MODULE_AUTHOR ("Tim Small <tim@buttersideup.com> - WPAD Ltd. on behalf of EADS Astrium" );
420419MODULE_DESCRIPTION ("MC support for Radisys 82600 memory controllers" );
421420
422421module_param (disable_hardware_scrub , bool , 0644 );
You can’t perform that action at this time.
0 commit comments