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 EBA58C07E9D for ; Tue, 27 Sep 2022 06:42:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230018AbiI0Gmn (ORCPT ); Tue, 27 Sep 2022 02:42:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229582AbiI0Gml (ORCPT ); Tue, 27 Sep 2022 02:42:41 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10DBE937AE; Mon, 26 Sep 2022 23:42:41 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 4173121CE8; Tue, 27 Sep 2022 06:42:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664260959; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=taICh2K620crBvOq2OQxmJu+AbXgax7CZvW2EW4pf+s=; b=IU7BfWaRijmTGYASznuCYJLpc1NtCgG2tFT9IOCpNutRPu1HT4Zzthbhl3gHNgV+yTaei0 mj1Unnm4ssGb484xY1hfoRukTumWTRbmSNs40tkyxn4Bl3uqXH3iKHaKvEPYhkgKepgGhG +Dp8Rf1hbuK8FAGJri8fBg6alIpTrFw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664260959; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=taICh2K620crBvOq2OQxmJu+AbXgax7CZvW2EW4pf+s=; b=OBwv5Lstk9sf5/mbB4uxsLqcRxUt5hnuFREsiivm0XS84rnxlFPpaZKamzMYqKUGiJHOqA NlG7vghYUM5UQ0AQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 14873139BE; Tue, 27 Sep 2022 06:42:39 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id STBCBF+bMmOYZQAAMHmgww (envelope-from ); Tue, 27 Sep 2022 06:42:39 +0000 Date: Tue, 27 Sep 2022 08:42:38 +0200 Message-ID: <87fsgdgvxd.wl-tiwai@suse.de> From: Takashi Iwai To: Christophe JAILLET Cc: Clemens Ladisch , Takashi Sakamoto , Jaroslav Kysela , Takashi Iwai , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH] headers: Remove some left-over license text in sound/firewire In-Reply-To: <2bfe76c7eeb0f5205a1427e280bf8d9da0354a62.1664110649.git.christophe.jaillet@wanadoo.fr> References: <2bfe76c7eeb0f5205a1427e280bf8d9da0354a62.1664110649.git.christophe.jaillet@wanadoo.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Sun, 25 Sep 2022 14:57:51 +0200, Christophe JAILLET wrote: > > There is alredy a SPDX-License-Identifier tag, so the corresponding license > text can be removed. > > While at it, be more consistent and: > - add a missing .c (ff-protocol-latter) > - remove an empty line (motu-protocol-v1) > > Signed-off-by: Christophe JAILLET Applied with a correction of typo and subject prefix. thanks, Takashi