From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F4A9C25B0E for ; Tue, 16 Aug 2022 18:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236927AbiHPSOo (ORCPT ); Tue, 16 Aug 2022 14:14:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbiHPSOk (ORCPT ); Tue, 16 Aug 2022 14:14:40 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C111830F63; Tue, 16 Aug 2022 11:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=NQKadt4IGOnVF9gAUaxkJtHM05nptXAHtJbvAVHhV6c=; b=R9JhU6r4tJm3iGfQfHYFx51MS/ e3gej3Ta7IBKe12/T8m0kPZ2LGTRqULTcn6KiqgbQYtCs//laj7TfaP8cxaTZhIkrRUUtOPfUN4Is 19aFaSpZtjF+H3YGoUfjKDbFaGnM1IEVyakJkqjy2sMSt0RhO1D2J1Q43EH5X+aeqvQ5hRjAvRGwg yf9WuY+qP11DFLFUiGo6LmNnUO3qK+5mJzOY9cVZ6z8cgWJUfXD92A2fLWTZNXYfvAsQjVdQAy6eh lYZq82PVhU/w9dNMeeCL0F4ZRczJcTilnD/GTc27RP9GgRxyhStmFF1x58zUi4YCe2ptk+kGTvtgh 8MxrCw3w==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oO155-0058cr-Pv; Tue, 16 Aug 2022 18:14:24 +0000 Date: Tue, 16 Aug 2022 19:14:23 +0100 From: Al Viro To: Xin Gao Cc: dhowells@redhat.com, jarkko@kernel.org, jmorris@namei.org, serge@hallyn.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KEYS: Variable type completion Message-ID: References: <20220816180110.8625-1-gaoxin@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220816180110.8625-1-gaoxin@cdjrlc.com> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 17, 2022 at 02:01:10AM +0800, Xin Gao wrote: > 'unsigned int' is better than 'unsigned'. Explain. You keep sending rather pointless patches with declarative commit messages instead of explanations. Why is 'unsigned int' better than 'unsigned'? Demonstrate understanding - simple reference to checkpatch.pl does *NOT* count.