Messages in this thread Patch in this message |  | | | From | "Justin P. Mattock" <> | | Subject | [PATCH 20/20]Documentation/development-process/4.Coding update web address. | | Date | Tue, 20 Jul 2010 21:51:56 -0700 |
| |
The patch below updates a broken web address.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
--- Documentation/development-process/4.Coding | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/development-process/4.Coding b/Documentation/development-process/4.Coding index a5a3450..2278693 100644 --- a/Documentation/development-process/4.Coding +++ b/Documentation/development-process/4.Coding @@ -281,7 +281,7 @@ With sparse, the programmer can be warned about confusion between user-space and kernel-space addresses, mixture of big-endian and small-endian quantities, the passing of integer values where a set of bit flags is expected, and so on. Sparse must be installed separately (it can -be found at http://www.kernel.org/pub/software/devel/sparse/ if your +be found at https://sparse.wiki.kernel.org/index.php/Main_Page if your distributor does not package it); it can then be run on the code by adding "C=1" to your make command. -- 1.7.1.rc1.21.gf3bd6
|  |