Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752475AbbBWXuz (ORCPT ); Mon, 23 Feb 2015 18:50:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48115 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbbBWXuy (ORCPT ); Mon, 23 Feb 2015 18:50:54 -0500 Date: Mon, 23 Feb 2015 15:50:53 -0800 From: Andrew Morton To: Joe Perches Cc: Corey Minyard , openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/27] ipmi: Remove use of seq_printf return value Message-Id: <20150223155053.d5bb98f2a0afa7bf632349ec@linux-foundation.org> In-Reply-To: <54d113c63d60a8e00780f98b18028d6f2ff8af7e.1424573328.git.joe@perches.com> References: <54d113c63d60a8e00780f98b18028d6f2ff8af7e.1424573328.git.joe@perches.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 22 On Sat, 21 Feb 2015 18:53:34 -0800 Joe Perches wrote: > The seq_printf return value, because it's frequently misused, > will eventually be converted to void. > > See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to > seq_has_overflowed() and make public") 4.0-rc1 appears to have an earlier and different version of this. commit d6c5dc18d863338528f4e89e8dba9449c6e30f4e Author: Joe Perches AuthorDate: Tue Feb 17 11:10:56 2015 -0800 Commit: Corey Minyard CommitDate: Thu Feb 19 20:58:41 2015 -0600 ipmi: Remove uses of return value of seq_printf -- 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/