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 F0A79C001E0 for ; Sun, 13 Aug 2023 00:57:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229576AbjHMA5Q (ORCPT ); Sat, 12 Aug 2023 20:57:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229494AbjHMA5Q (ORCPT ); Sat, 12 Aug 2023 20:57:16 -0400 Received: from mx.treblig.org (unknown [IPv6:2a00:1098:5b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F40411706; Sat, 12 Aug 2023 17:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=treblig.org ; s=bytemarkmx; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID :Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=GwNvcGCEu2wb+suTa9T22xUCaBCAWRmXtJQNZV9bEc8=; b=rGyupDRGsS+yvbfuxEnQ4FQ3rX zs01jy5w5+/8V7nuNCZvI3bh7Av2rmpnD3rRwR9n+3WkdIGolhEmE+gpoFjqzdg5Vt9TqG+DgAojQ K2jTugw69dKO1AFb/SaFVPx9dJKOwrDVo8EmRbyWpiZmtUwxL9aAL+su2RMoOTLnbC5j9rrGRN3H+ LifIzeBt8t+BeRH7fOUFXxBY+Xo9tPILUb7J6L7a6CjDsA4Sd+1nagYguZVp5jQkpt744z8WTgG+/ W4EzRhRdszNL/dUqKkjQ2K1OOAUa4RIYxo9o+KPPYkD8PpaIHAtuGpKUREOkquiLEUqKWvH6PLd4j U5oCWvrg==; Received: from dg by mx.treblig.org with local (Exim 4.94.2) (envelope-from ) id 1qUzPp-006b9Z-V5; Sun, 13 Aug 2023 00:57:09 +0000 Date: Sun, 13 Aug 2023 00:57:09 +0000 From: "Dr. David Alan Gilbert" To: Paulo Alcantara , smfrench@gmail.com Cc: Tom Talpey , Dave Kleikamp , linkinjeon@kernel.org, shaggy@kernel.org, linux-cifs@vger.kernel.org, krisman@collabora.com, jfs-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] dedupe smb unicode files Message-ID: References: <79bbb44c-f3b1-5c5c-1ad4-bcaab0069666@oracle.com> <16f50dff126af9b20f9b99ca056ad5fa.pc@manguebit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: X-Chocolate: 70 percent or better cocoa solids preferably X-Operating-System: Linux/5.10.0-23-amd64 (x86_64) X-Uptime: 00:57:00 up 37 days, 10:28, 1 user, load average: 0.01, 0.02, 0.00 User-Agent: Mutt/2.0.5 (2021-01-21) Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org * Dr. David Alan Gilbert (dave@treblig.org) wrote: > * Paulo Alcantara (pc@manguebit.com) wrote: > > "Dr. David Alan Gilbert" writes: > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/checkpatch.pl#n3737 > > > if ($realfile =~ /\.(h|s|S)$/) { > > > $comment = '/*'; > > > } elsif ($realfile =~ /\.(c|rs|dts|dtsi)$/) { > > > $comment = '//'; > > > > > > I don't get where that idea came from. > > > > Check Documentation/process/license-rules.rst. > > Oh, that's a painful history! > Hmm that landed just after I posted a v3 (of just this patch) > > Steve: Your call, do you want me to post a v4 with that comment > back and but with the copyright lineas as in v3? I've posted the v4. Dave > Dave > > -- > -----Open up your eyes, open up your mind, open up your code ------- > / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ > \ dave @ treblig.org | | In Hex / > \ _________________________|_____ http://www.treblig.org |_______/ -- -----Open up your eyes, open up your mind, open up your code ------- / Dr. David Alan Gilbert | Running GNU/Linux | Happy \ \ dave @ treblig.org | | In Hex / \ _________________________|_____ http://www.treblig.org |_______/