From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753974Ab0IKQfp (ORCPT ); Sat, 11 Sep 2010 12:35:45 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:61097 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752795Ab0IKQfE (ORCPT ); Sat, 11 Sep 2010 12:35:04 -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=IYVsp45CzPAWR02CYzz7tw9zPUxuVCec/83yV5Et6bhnHEY1oMIo2X4BvXGbFKd8ut amEIDegtnazITyGKFLGu0i+OpCGQ6oginAIOHmK5AConKh8ebkI4l3Y0QoxlfRxbGjjD KkoN5aeS9wUBDP1cHJgOqq3LqonNIdtHqWoyA= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 3/8]sound/oss/ac97_codec.c Update broken web addresses. Date: Sat, 11 Sep 2010 09:35:23 -0700 Message-Id: <1284222928-4150-3-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284222928-4150-1-git-send-email-justinmattock@gmail.com> References: <1284222928-4150-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 --- sound/oss/ac97_codec.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/oss/ac97_codec.c b/sound/oss/ac97_codec.c index 456a1b4..d367aec 100644 --- a/sound/oss/ac97_codec.c +++ b/sound/oss/ac97_codec.c @@ -22,10 +22,10 @@ ************************************************************************** * * The Intel Audio Codec '97 specification is available at the Intel - * audio homepage: http://developer.intel.com/ial/scalableplatforms/audio/ + * audio homepage: http://developer.intel.com/ * * The specification itself is currently available at: - * ftp://download.intel.com/ial/scalableplatforms/ac97r22.pdf + * ftp://ftp.intel.com/pub/ * ************************************************************************** * -- 1.7.2.1