Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5d577dba
Commit
5d577dba
authored
Jan 19, 2012
by
Guenter Roeck
Committed by
Guenter Roeck
Mar 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hwmon: (jc42) Fix multi-line comments
Signed-off-by:
Guenter Roeck
<
linux@roeck-us.net
>
parent
780affe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
drivers/hwmon/jc42.c
drivers/hwmon/jc42.c
+4
-2
No files found.
drivers/hwmon/jc42.c
View file @
5d577dba
...
...
@@ -350,8 +350,10 @@ set(temp_min, JC42_REG_TEMP_LOWER);
set
(
temp_max
,
JC42_REG_TEMP_UPPER
);
set
(
temp_crit
,
JC42_REG_TEMP_CRITICAL
);
/* JC42.4 compliant chips only support four hysteresis values.
* Pick best choice and go from there. */
/*
* JC42.4 compliant chips only support four hysteresis values.
* Pick best choice and go from there.
*/
static
ssize_t
set_temp_crit_hyst
(
struct
device
*
dev
,
struct
device_attribute
*
attr
,
const
char
*
buf
,
size_t
count
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment