From owner-svn-src-head@freebsd.org Wed Aug 26 19:27:12 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88CF13B9274; Wed, 26 Aug 2020 19:27:12 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcG8H751Fz4XHL; Wed, 26 Aug 2020 19:27:11 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ot1-f51.google.com with SMTP id e23so1687224otk.7; Wed, 26 Aug 2020 12:27:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BWw+drxS7w6tP/jIa6PjUGEnoOI5AqSgggc+hX1DyeA=; b=NHXrd+y0BjCvO3DYdftQPHMDf5vQtazm0dry8WLQUKrMSc0HGT6IBBHM3Hx+szSr3M 9JK6pdICf5KfkXyyn2BFBZonILZ9Oj5NCx/8ESUC6UN3RPm6G2jtbAqnmuwFeYDo4QJy M++Ubpr0FxW6odyWBY9O/dh/W7RTrgpPYkPRkOiBbmVU4NrfthusO2xUGZ8ClkGgz57P f26YDU8vQ8JzGEKJMZv7BuUL1qAPSWJKHPf12H5IZ0yeVG8r8sxNKWY/eAojESDEXnqz vJ7gLO70UA56qIUgIQfLSI1xEMTl84nS3NatJHUCbrnfktOLENXAKS+z7IeJHA34uOTc qu1Q== X-Gm-Message-State: AOAM53343u/iebLK7ImswmEB9p5s2Lsr27eLXLJ1OycxZuCE5Bid5cQo G2+rnYjOszd8mXRtiV25FvF14P8d5Jzh5tqFLobjFj9dwhR4xA== X-Google-Smtp-Source: ABdhPJzvGZEdamVRc+h8b05je+xd9gpM4bmMJ5ULx3dY1Nt3LSfqvmJpQEm0ITNwSrgm9lGhJz2t3bQtF5GjgH6sQWk= X-Received: by 2002:a9d:7856:: with SMTP id c22mr1612837otm.18.1598470030466; Wed, 26 Aug 2020 12:27:10 -0700 (PDT) MIME-Version: 1.0 References: <202008260237.07Q2bhwF045988@repo.freebsd.org> <7e0abc1a-a397-46c3-b283-2c1ab21a9c4d@www.fastmail.com> <2534D2E5-2974-4067-8B9C-53EE3E8C6A68@freebsd.org> <043633bb-4660-4639-a2b6-84a25f40ca26@www.fastmail.com> In-Reply-To: <043633bb-4660-4639-a2b6-84a25f40ca26@www.fastmail.com> From: Alan Somers Date: Wed, 26 Aug 2020 13:26:59 -0600 Message-ID: Subject: Re: svn commit: r364799 - in head: share/man/man9 sys/crypto/ccp sys/dev/cxgbe/crypto sys/dev/sec sys/kern sys/opencrypto To: Brandon Bergren Cc: Jessica Clarke , src-committers , svn-src-all , svn-src-head X-Rspamd-Queue-Id: 4BcG8H751Fz4XHL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 26 Aug 2020 19:27:12 -0000 On Wed, Aug 26, 2020 at 1:23 PM Brandon Bergren wrote: > > > No, I mean literally. What scope is cb coming from? It's not a variable > > that is in scope for that function as far as I can tell. > > > > Naturally, about two seconds after I sent this, I realized that you meant > that it was a powerpc-specific driver and that's why the other platforms > don't catch it. > > Will fix it myself. > > -- > Brandon Bergren > bdragon@FreeBSD.org > It probably came copy/pasted from another file :( . I'll fix it; and figure out why my universe build didn't catch this. -Alan