Skip to content

Commit

Permalink
team: comments: s/net\/drivers\/team/drivers\/net\/team/
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 19, 2012
1 parent b130332 commit 0d572e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/net/team/team.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* net/drivers/team/team.c - Network team device driver
* drivers/net/team/team.c - Network team device driver
* Copyright (c) 2011 Jiri Pirko <jpirko@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/team/team_mode_activebackup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* net/drivers/team/team_mode_activebackup.c - Active-backup mode for team
* drivers/net/team/team_mode_activebackup.c - Active-backup mode for team
* Copyright (c) 2011 Jiri Pirko <jpirko@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/team/team_mode_roundrobin.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* net/drivers/team/team_mode_roundrobin.c - Round-robin mode for team
* drivers/net/team/team_mode_roundrobin.c - Round-robin mode for team
* Copyright (c) 2011 Jiri Pirko <jpirko@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 0d572e4

Please sign in to comment.