From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262744AbVG2TT1 (ORCPT ); Fri, 29 Jul 2005 15:19:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262750AbVG2TPi (ORCPT ); Fri, 29 Jul 2005 15:15:38 -0400 Received: from mail.kroah.org ([69.55.234.183]:38574 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262744AbVG2TPV (ORCPT ); Fri, 29 Jul 2005 15:15:21 -0400 Date: Fri, 29 Jul 2005 12:14:07 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, dwalker@mvista.com Subject: [patch 01/29] stable_api_nonsense.txt fixes Message-ID: <20050729191407.GD5095@kroah.com> References: <20050729184950.014589000@press.kroah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050729191255.GA5095@kroah.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org [resend with proper threading this time, sorry about that...] From: Daniel Walker Signed-off-by: Daniel Walker Signed-off-by: Greg Kroah-Hartman --- Documentation/stable_api_nonsense.txt | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/Documentation/stable_api_nonsense.txt 2005-07-29 11:31:38.000000000 -0700 +++ gregkh-2.6/Documentation/stable_api_nonsense.txt 2005-07-29 11:33:48.000000000 -0700 @@ -132,7 +132,7 @@ their work on their own time, asking programmers to do extra work for no gain, for free, is not a possibility. -Security issues are also a very important for Linux. When a +Security issues are also very important for Linux. When a security issue is found, it is fixed in a very short amount of time. A number of times this has caused internal kernel interfaces to be reworked to prevent the security problem from occurring. When this --