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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EF8AC4361B for ; Thu, 10 Dec 2020 12:54:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 579B023D50 for ; Thu, 10 Dec 2020 12:54:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733284AbgLJMyf (ORCPT ); Thu, 10 Dec 2020 07:54:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:46330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733191AbgLJMya (ORCPT ); Thu, 10 Dec 2020 07:54:30 -0500 Date: Thu, 10 Dec 2020 13:55:05 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607604830; bh=gtqICGnsvOHitJ+qiT1LDw6ed/QH/+lGYZQH8qRXoqI=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=WPfcBZx7Z1JquJ69v007RmtZtwB8tKa1oBqTdCU+tt0bnnPaH8rexkQVxiB9CuEG9 zyShvqhCLw0HFkGcrkDjsIVw3iQ5GnVZZOz86lmI8FUIxiXKe0ZQ5Aru434oDqxmRt OogMivKa0jVQkeZWozG0TItmfUbFDv8wuUQFGooc= From: 'Greg Kroah-Hartman' To: =?iso-8859-1?Q?J=F3zsef_Horv=E1th?= Cc: 'Rob Herring' , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH v1 1/2] Staging: silabs si4455 serial driver: fix directory structure and coding style Message-ID: References: <20201210122057.GA31782@dincontrollerdev> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201210122057.GA31782@dincontrollerdev> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Dec 10, 2020 at 12:20:59PM +0000, József Horváth wrote: > fix: coding style > fix: error checking > remove: doc silabs,si4455.txt What does all of this mean? Please read the documentation for how to write an effective changelog text, and where to put the "changes from the first version" text at. thanks, greg k-h