linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/ia64/lib: Fix broken URL in comments
@ 2016-01-31  6:07 Sina Hamedian
  2016-01-31  8:51 ` Richard Weinberger
  0 siblings, 1 reply; 3+ messages in thread
From: Sina Hamedian @ 2016-01-31  6:07 UTC (permalink / raw)
  To: linux-ia64, linux-kernel; +Cc: tony.luck, fenghua.yu, trivial, Sina Hamedian

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arch/ia64/lib: Fix broken URL in comments
  2016-01-31  6:07 [PATCH] arch/ia64/lib: Fix broken URL in comments Sina Hamedian
@ 2016-01-31  8:51 ` Richard Weinberger
  2016-01-31 10:09   ` Sina Hamedian
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Weinberger @ 2016-01-31  8:51 UTC (permalink / raw)
  To: Sina Hamedian
  Cc: linux-ia64, LKML, Tony Luck, Fenghua Yu, Trivial patch monkey

On Sun, Jan 31, 2016 at 7:07 AM, Sina Hamedian <shamedian@gmail.com> wrote:
> 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.

And how long will this new URL work? :)
IMHO we can remove it completely, using a search engine
everyone is able to find the book.

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arch/ia64/lib: Fix broken URL in comments
  2016-01-31  8:51 ` Richard Weinberger
@ 2016-01-31 10:09   ` Sina Hamedian
  0 siblings, 0 replies; 3+ messages in thread
From: Sina Hamedian @ 2016-01-31 10:09 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: linux-ia64, linux-kernel, tony.luck, fenghua.yu, trivial

On Sun, Jan 31, 2016 at 09:51:55AM +0100, Richard Weinberger wrote:
> On Sun, Jan 31, 2016 at 7:07 AM, Sina Hamedian <shamedian@gmail.com> wrote:
> > 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.
> 
> And how long will this new URL work? :)

Probably for a while, considering Goodreads has been around since 2006. :P

> IMHO we can remove it completely, using a search engine
> everyone is able to find the book.

Having it in the comments makes it a little more efficient though, no?
Regardless, this is probably the most trivial thing to argue about.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-31 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31  6:07 [PATCH] arch/ia64/lib: Fix broken URL in comments Sina Hamedian
2016-01-31  8:51 ` Richard Weinberger
2016-01-31 10:09   ` Sina Hamedian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).