From owner-svn-src-head@freebsd.org Thu Aug 9 01:01:37 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD611071A34; Thu, 9 Aug 2018 01:01:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0B275DFA; Thu, 9 Aug 2018 01:01:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id E441221231; Thu, 9 Aug 2018 01:01:36 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f175.google.com with SMTP id r13-v6so3127865ljg.10; Wed, 08 Aug 2018 18:01:36 -0700 (PDT) X-Gm-Message-State: AOUpUlEfzy4/QAZkOPl1fSyMl30eRJfHLtq5Bcy3+ycMtE25F56DEjaB ypM0KtPxlbZjJCsDn8JMdUXJJ9gfx8sJnCSGrl4= X-Google-Smtp-Source: AA+uWPyQenUrKOVVY+ufzugdiX1Iti3mWisEST/ttCbw3Q4m2oqgoP2ukTcBgGjhIvW+JmECQRXZ5qm0FWNKgzzkFsc= X-Received: by 2002:a2e:498:: with SMTP id a24-v6mr4327ljf.27.1533776495590; Wed, 08 Aug 2018 18:01:35 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Wed, 8 Aug 2018 18:01:14 -0700 (PDT) In-Reply-To: References: <201808082137.w78Lb2B5031967@repo.freebsd.org> From: Kyle Evans Date: Wed, 8 Aug 2018 20:01:14 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337505 - head/bin/dd To: Eitan Adler Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 01:01:37 -0000 On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote: > On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote: >> +/* ARGSUSED */ > > We've been slowly delintifying system utilities. Why do we still keep > these comments? > This is consistent with the style of the file, so I didn't object. I'd rather do another pass later to de-lintify the whole thing rather than nitpick at this patch for some otherwise harmless and matching comments. =) Thanks, Kyle Evans