mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Fixed missing semicolon
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1515 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
SIS630. DANGEROUS! */
|
SIS630. DANGEROUS! */
|
||||||
static int force = 0;
|
static int force = 0;
|
||||||
MODULE_PARM(force, "i");
|
MODULE_PARM(force, "i");
|
||||||
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!")
|
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");
|
||||||
|
|
||||||
|
|
||||||
#ifdef MODULE
|
#ifdef MODULE
|
||||||
|
Reference in New Issue
Block a user