From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B78AE5F for ; Thu, 1 Apr 2021 05:58:10 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id C4EC561001; Thu, 1 Apr 2021 05:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617256690; bh=iBrB88K5OvkJTJ0XirgbUl7GKOoW9cpRiFq0uQoRzVg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vbScCll3vX7xaD53HQtfIc2WoPxqbVWI0C+gxvXSYJFx/9wnchWopinpb7PVARzSf YbSkMLqmikj/JavTfxhGuGzv5EG/0KJ1oiWd0g4exgmmUWp+aR6lVQ+Ojrpf0Wdp06 7ZnPHmfzQ5568fbPdiUzU50OniQfW7BCdJI73Ngg= Date: Thu, 1 Apr 2021 07:58:05 +0200 From: Greg KH To: Deborah Brouwer Cc: ross.schm.dev@gmail.com, marcocesati@gmail.com, fabioaiuto83@gmail.com, dan.carpenter@oracle.com, phil@philpotter.co.uk, amarjargal16@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH 0/3] Fix block comment warnings Message-ID: References: X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Mar 31, 2021 at 01:05:34PM -0700, Deborah Brouwer wrote: > This patchset fixes checkpatch warnings arising > from the block comments Note, your 0/X email subject should also have the subsystem/driver prefix in there so that we know what this series is for. Much like your individual patches do. thanks, greg k-h