Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322577
| From | Sina Hamedian <shamedian@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] arch/ia64/lib: Fix broken URL in comments |
| Date | 2016-01-31 07:10 +0100 |
| Message-ID | <qWTmV-7Dn-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The URL to the book IA-64 and Elementary Functions in idiv32.S and idiv64.S just led to a 404 page, so I updated them with a known good link that others can reference. Signed-off-by: Sina Hamedian <shamedian@gmail.com> --- arch/ia64/lib/idiv32.S | 2 +- arch/ia64/lib/idiv64.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ia64/lib/idiv32.S b/arch/ia64/lib/idiv32.S index 2ac28bf..c91b5b0 100644 --- a/arch/ia64/lib/idiv32.S +++ b/arch/ia64/lib/idiv32.S @@ -11,7 +11,7 @@ * * For more details on the theory behind these algorithms, see "IA-64 * and Elementary Functions" by Peter Markstein; HP Professional Books - * (http://www.hp.com/go/retailbooks/) + * (http://www.goodreads.com/book/show/2019887.Ia_64_and_Elementary_Functions) */ #include <asm/asmmacro.h> diff --git a/arch/ia64/lib/idiv64.S b/arch/ia64/lib/idiv64.S index f69bd2b..627573c 100644 --- a/arch/ia64/lib/idiv64.S +++ b/arch/ia64/lib/idiv64.S @@ -11,7 +11,7 @@ * * For more details on the theory behind these algorithms, see "IA-64 * and Elementary Functions" by Peter Markstein; HP Professional Books - * (http://www.hp.com/go/retailbooks/) + * (http://www.goodreads.com/book/show/2019887.Ia_64_and_Elementary_Functions) */ #include <asm/asmmacro.h> -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] arch/ia64/lib: Fix broken URL in comments Sina Hamedian <shamedian@gmail.com> - 2016-01-31 07:10 +0100
Re: [PATCH] arch/ia64/lib: Fix broken URL in comments Richard Weinberger <richard.weinberger@gmail.com> - 2016-01-31 10:00 +0100
Re: [PATCH] arch/ia64/lib: Fix broken URL in comments Sina Hamedian <shamedian@gmail.com> - 2016-01-31 11:20 +0100
csiph-web