forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: Staging: update TODO files Staging: hv: Fix some missing author names Staging: hv: Fix vmbus event handler bug Staging: hv: Fix argument order in incorrect memset invocations in hyperv driver.
- Loading branch information
Showing
12 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
* Place - Suite 330, Boston, MA 02111-1307 USA. | ||
* | ||
* Authors: | ||
* Haiyang Zhang <[email protected]> | ||
* Hank Janssen <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
* Place - Suite 330, Boston, MA 02111-1307 USA. | ||
* | ||
* Authors: | ||
* Haiyang Zhang <[email protected]> | ||
* Hank Janssen <[email protected]> | ||
*/ | ||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
* Place - Suite 330, Boston, MA 02111-1307 USA. | ||
* | ||
* Authors: | ||
* Haiyang Zhang <[email protected]> | ||
* Hank Janssen <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
* Place - Suite 330, Boston, MA 02111-1307 USA. | ||
* | ||
* Authors: | ||
* Haiyang Zhang <[email protected]> | ||
* Hank Janssen <[email protected]> | ||
*/ | ||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
* Place - Suite 330, Boston, MA 02111-1307 USA. | ||
* | ||
* Authors: | ||
* Haiyang Zhang <[email protected]> | ||
* Hank Janssen <[email protected]> | ||
*/ | ||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,4 @@ TODO: | |
- sparse fixes | ||
- integrate with drivers/net/wireless/rtl818x | ||
|
||
Please send any patches to Greg Kroah-Hartman <[email protected]> and | ||
Bartlomiej Zolnierkiewicz <[email protected]>. | ||
Please send any patches to Greg Kroah-Hartman <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,4 @@ TODO: | |
- sparse fixes | ||
- integrate with drivers/net/wireless/rtl818x | ||
|
||
Please send any patches to Greg Kroah-Hartman <[email protected]> and | ||
Bartlomiej Zolnierkiewicz <[email protected]>. | ||
Please send any patches to Greg Kroah-Hartman <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,5 @@ TODO: | |
- sparse fixes | ||
- integrate with drivers/net/wireless | ||
|
||
Please send any patches to Greg Kroah-Hartman <[email protected]>, | ||
Forest Bond <[email protected]> and Bartlomiej Zolnierkiewicz | ||
<[email protected]>. | ||
Please send any patches to Greg Kroah-Hartman <[email protected]> | ||
and Forest Bond <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,5 @@ TODO: | |
- sparse fixes | ||
- integrate with drivers/net/wireless | ||
|
||
Please send any patches to Greg Kroah-Hartman <[email protected]>, | ||
Forest Bond <[email protected]> and Bartlomiej Zolnierkiewicz | ||
<[email protected]>. | ||
Please send any patches to Greg Kroah-Hartman <[email protected]> | ||
and Forest Bond <[email protected]>. |