Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_vold
Commits
3b20c39c
Commit
3b20c39c
authored
11 years ago
by
Nick Kralevich
Browse files
Options
Download
Email Patches
Plain Diff
Fix spelling.
Change-Id: I81debc5063716d7cbea060a0abb34c646d7cda93
parent
bacdfc0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NetlinkManager.cpp
NetlinkManager.cpp
+1
-1
No files found.
NetlinkManager.cpp
View file @
3b20c39c
...
...
@@ -64,7 +64,7 @@ int NetlinkManager::start() {
}
if
(
setsockopt
(
mSock
,
SOL_SOCKET
,
SO_RCVBUFFORCE
,
&
sz
,
sizeof
(
sz
))
<
0
)
{
SLOGE
(
"Unable to set uevent socket SO_R
E
CBUFFORCE option: %s"
,
strerror
(
errno
));
SLOGE
(
"Unable to set uevent socket SO_RC
V
BUFFORCE option: %s"
,
strerror
(
errno
));
return
-
1
;
}
...
...
This diff is collapsed.
Click to expand it.
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