forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix my email address in qd65xx.[ch]/pata_qdi.c
The @fnac.net will be shut down within a couple of months, so fix my email address. Signed-off-by: Samuel Thibault <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
* | ||
* Probe code based on drivers/ide/legacy/qd65xx.c | ||
* Rewritten from the work of Colten Edwards <[email protected]> by | ||
* Samuel Thibault <samuel.thibault@fnac.net> | ||
* Samuel Thibault <samuel.thibault@ens-lyon.org> | ||
*/ | ||
|
||
#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,7 +16,7 @@ | |
|
||
/* | ||
* Rewritten from the work of Colten Edwards <[email protected]> by | ||
* Samuel Thibault <samuel.thibault@fnac.net> | ||
* Samuel Thibault <samuel.thibault@ens-lyon.org> | ||
*/ | ||
|
||
#include <linux/module.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
/* | ||
* Authors: Petr Soucek <[email protected]> | ||
* Samuel Thibault <samuel.thibault@fnac.net> | ||
* Samuel Thibault <samuel.thibault@ens-lyon.org> | ||
*/ | ||
|
||
/* truncates a in [b,c] */ | ||
|