From owner-svn-src-head@freebsd.org Fri Feb 23 20:53: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 ED9BAF1D9B6; Fri, 23 Feb 2018 20:53:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4E2782B6; Fri, 23 Feb 2018 20:53:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id a75so4441797itd.0; Fri, 23 Feb 2018 12:53:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=Lhw3OsmkzxsalgKTb2f8XpY8Dubu9f2TvPFz3ArrrkI=; b=B8T/Xt0aKnEIpLGZ6MHPXPPDpG945GmZ3JS7GgXqYneJO6LihxC1Xd/uAPQNru2Ao4 DvlAfS+BKvtYvyEt0jcC1/Z8YuDZQZ3v9jnbyTIYBL1kS4RAFjyIcvEAqBEvtx9jwKmm X/NPPM9zsuGi9NBR+Tf0PlC69GDSscnnRGJJiThCgzKn14e8b+TNuz2ayEWdRAO7UD2k F38GK5/pzVwMsFk/10C337ukFD5Vp2sb8qF+J1K7Fh/8COqQUvnvFg/u3a1f9CqFzjaW /PwScCLTDtrML5BWKmQ9wOot66grFHSn+3D0i/r+KtuSroximU7SLdpB/iYwPMKunVP2 /tbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=Lhw3OsmkzxsalgKTb2f8XpY8Dubu9f2TvPFz3ArrrkI=; b=e/sb+tP00hSSKZtJsAEdoBax2Gh0+MAhnCcjO2gaoOcfL1wR96x8y87OzJB+TyEQvF 1KflXFpe/d4LBfrZY2nI7HSuMh5gtvX4lUCmgkLztSgxWrIYq3vQ0hTVg8Lcvkswrpre 8xHWti+EEntORsjTK21GRZEjN2H7AcHUH3ik77sC2h7p/Pyf1PyImlc3VF29EUms5RqT wYMdFPLIrLVC2bzOnmCKDKWYlHTUKzGRqgrga9S9QvoZacGHqM5pVdu0T2Yjth0T3Zoz 1sYF0mCDaPxChTXQeYgqWIKsqh3P8vqtImXzDPgosgficREXXAHV3/cjcZWAUCGVVn/T 6EfA== X-Gm-Message-State: APf1xPCexW2yvtzWI/1ML7BlI+BzTpjJcWBN93sBYlOCsLIHV8wMOAta Q7e6EFY4ZFUM8qrY1rc0kqWiHXpRP6MeBBO7NX+Mm1mz X-Google-Smtp-Source: AH8x226/aioF0JvsahjwnvS79tyv353Oo0OqPG2fd/xfLI6KUkTxA8tAd0ZLhkqVM2YTQieCjxmuNiUdw3ssl4IuPr4= X-Received: by 10.36.83.20 with SMTP id n20mr3811809itb.52.1519419215729; Fri, 23 Feb 2018 12:53:35 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.163.13 with HTTP; Fri, 23 Feb 2018 12:53:15 -0800 (PST) In-Reply-To: <201802232001.w1NK1g0G037793@repo.freebsd.org> References: <201802232001.w1NK1g0G037793@repo.freebsd.org> From: Ed Maste Date: Fri, 23 Feb 2018 15:53:15 -0500 X-Google-Sender-Auth: YKsiI03h3Zcpzkt0x-bZHHPIc2M Message-ID: Subject: Re: svn commit: r329877 - head/sys/dev/isci/scil To: 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.25 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: Fri, 23 Feb 2018 20:53:37 -0000 On 23 February 2018 at 15:01, Ed Maste wrote: > Author: emaste > Date: Fri Feb 23 20:01:42 2018 > New Revision: 329877 > URL: https://svnweb.freebsd.org/changeset/base/329877 > > Log: > Correct typo in ATA_WRITE_UNCORRECTABLE_PSEUDO > > Also correct a typo in the comment for these values, noted by jimharris. > > Reviewed by: jimharris > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D3715 Oops, I copied and pasted the wrong review link. It should be https://reviews.freebsd.org/D14489.