From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932614Ab0IIWbe (ORCPT ); Thu, 9 Sep 2010 18:31:34 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:44570 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932543Ab0IIW3c (ORCPT ); Thu, 9 Sep 2010 18:29:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=WJH7RMABtUzQx/6J4jE7humy9PW+xC1peZlcYkwIDhOnkCm42PRxYtOsSOe0rgnnop /XYDZ6/XGSHvzO+SYv1uxFjmGhphSQ8+SSsOCRPhAfkFiQbwLPgEPlIUCq+PFYr/mPZL AEoGhLLdoXmidWNVoxzhZG3alXGp52aFkELbY= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 085/223]drivers/mtd/rfd_ftl.c Update broken web addresses. Date: Thu, 9 Sep 2010 15:29:29 -0700 Message-Id: <1284071374-7867-10-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284071374-7867-1-git-send-email-justinmattock@gmail.com> References: <1284071374-7867-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Below you will find an Update to a broken web address. Please let me know if this needs to be changed. Signed-off-by: Justin P. Mattock --- drivers/mtd/rfd_ftl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c index cc4d180..482493d 100644 --- a/drivers/mtd/rfd_ftl.c +++ b/drivers/mtd/rfd_ftl.c @@ -6,7 +6,7 @@ * This type of flash translation layer (FTL) is used by the Embedded BIOS * by General Software. It is known as the Resident Flash Disk (RFD), see: * - * http://www.gensw.com/pages/prod/bios/rfd.htm + * http://www.phoenix.com/ * * based on ftl.c */ -- 1.7.2.1