Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754395AbbBZTTQ (ORCPT ); Thu, 26 Feb 2015 14:19:16 -0500 Received: from mout.gmx.net ([212.227.15.15]:61119 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752999AbbBZTTP (ORCPT ); Thu, 26 Feb 2015 14:19:15 -0500 From: Heinrich Schuchardt To: linux-kernel@vger.kernel.org Cc: Brian Behlendorf , Oleg Nesterov , Jiri Kosina , Akinobu Mita , Andrew Morton , Heinrich Schuchardt Subject: [PATCH 1/1] lib: correct link to the original source for div64_u64 Date: Thu, 26 Feb 2015 20:19:03 +0100 Message-Id: <1424978343-6399-1-git-send-email-xypron.glpk@gmx.de> X-Mailer: git-send-email 2.1.4 X-Provags-ID: V03:K0:oZAo5MTxwGjVIg3z9tqoH7mR71sqN3ixiY6Ef+jDOqAjKk+Czt4 oTvjDvjKa/BuF+jol+2ekaCuAnITJDMpkzO5MUIX/vC+rdHXUCVqcB/jfWuEp04dK6V2xwx F5bzTbsOrol6oNyIWAazjI01+NPF78wFTmIq3jLSf05nR6QSg89chDdnyXOa+bzQmiKr6BV 4aZaK2nEPz0bSZZ+5bDAQ== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1050 Lines: 32 The code refers to an invalid url http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt The correct url is http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt Signed-off-by: Heinrich Schuchardt --- lib/div64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/div64.c b/lib/div64.c index 4382ad7..19ea7ed 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -127,7 +127,7 @@ EXPORT_SYMBOL(div64_u64_rem); * by the book 'Hacker's Delight'. The original source and full proof * can be found here and is available for use without restriction. * - * 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt' + * 'http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt' */ #ifndef div64_u64 u64 div64_u64(u64 dividend, u64 divisor) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/