From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965587AbcBQVKP (ORCPT ); Wed, 17 Feb 2016 16:10:15 -0500 Received: from tex.lwn.net ([70.33.254.29]:53364 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965348AbcBQVKN (ORCPT ); Wed, 17 Feb 2016 16:10:13 -0500 Date: Wed, 17 Feb 2016 14:10:10 -0700 From: Jonathan Corbet To: Mahesh Khanwalkar Cc: Sudeep Dutt , Richard Cochran , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Documentation: Fix int/unsigned int comparison Message-ID: <20160217141010.449f51b3@lwn.net> In-Reply-To: <1455408331-32673-1-git-send-email-maheshkhanwalkar@gmail.com> References: <1455408331-32673-1-git-send-email-maheshkhanwalkar@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 13 Feb 2016 19:05:31 -0500 Mahesh Khanwalkar wrote: > Signed int - unsigned int comparison fixed in mpssd, prctl, ptp, and > timers in Documentation. In places where 'int argc' and 'const char > **argv' are not used, they are replaced with void All this stuff probably belongs in samples/ someday. For now, though, I've applied this to the docs tree, thanks. jon