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
Kirill Smelkov
linux
Commits
c30392ab
Commit
c30392ab
authored
Jan 13, 2014
by
Roland Dreier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IB/usnic: Fix typo "Ignorning" -> "Ignoring"
Signed-off-by:
Roland Dreier
<
roland@purestorage.com
>
parent
9f637f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/infiniband/hw/usnic/usnic_ib_main.c
drivers/infiniband/hw/usnic/usnic_ib_main.c
+4
-4
No files found.
drivers/infiniband/hw/usnic/usnic_ib_main.c
View file @
c30392ab
...
...
@@ -169,7 +169,7 @@ static void usnic_ib_handle_usdev_event(struct usnic_ib_dev *us_ibdev,
ib_event
.
element
.
port_num
=
1
;
ib_dispatch_event
(
&
ib_event
);
}
else
{
usnic_dbg
(
"Ignor
n
ing %s on %s
\n
"
,
usnic_dbg
(
"Ignoring %s on %s
\n
"
,
usnic_ib_netdev_event_to_string
(
event
),
us_ibdev
->
ib_dev
.
name
);
}
...
...
@@ -177,7 +177,7 @@ static void usnic_ib_handle_usdev_event(struct usnic_ib_dev *us_ibdev,
case
NETDEV_CHANGEADDR
:
if
(
!
memcmp
(
us_ibdev
->
ufdev
->
mac
,
netdev
->
dev_addr
,
sizeof
(
us_ibdev
->
ufdev
->
mac
)))
{
usnic_dbg
(
"Ignor
n
ing addr change on %s
\n
"
,
usnic_dbg
(
"Ignoring addr change on %s
\n
"
,
us_ibdev
->
ib_dev
.
name
);
}
else
{
usnic_info
(
" %s old mac: %pM new mac: %pM
\n
"
,
...
...
@@ -206,7 +206,7 @@ static void usnic_ib_handle_usdev_event(struct usnic_ib_dev *us_ibdev,
}
break
;
default:
usnic_dbg
(
"Ignor
n
ing event %s on %s"
,
usnic_dbg
(
"Ignoring event %s on %s"
,
usnic_ib_netdev_event_to_string
(
event
),
us_ibdev
->
ib_dev
.
name
);
}
...
...
@@ -268,7 +268,7 @@ static int usnic_ib_handle_inet_event(struct usnic_ib_dev *us_ibdev,
ib_dispatch_event
(
&
ib_event
);
break
;
default:
usnic_info
(
"Ignor
n
ing event %s on %s"
,
usnic_info
(
"Ignoring event %s on %s"
,
usnic_ib_netdev_event_to_string
(
event
),
us_ibdev
->
ib_dev
.
name
);
}
...
...
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