From owner-svn-src-all@freebsd.org Sun Jan 27 16:48:26 2019 Return-Path: Delivered-To: svn-src-all@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 D8E6214B43A9; Sun, 27 Jan 2019 16:48:26 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (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)) by mx1.freebsd.org (Postfix) with ESMTPS id 6840B722FC; Sun, 27 Jan 2019 16:48:26 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lj1-f174.google.com with SMTP id t9-v6so12181171ljh.6; Sun, 27 Jan 2019 08:48:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=XimDuxiDledmMTZGOhfL/qJi8NM9rS2WFMmKdN3vq2U=; b=o3hZwpultTbZczc0Q8i0SuJ2oFf0Y3zcNlmW+zuwF9iocNP/VWn5b6SKtlJfSFYLkS K6eKMTYPz66nbysV7Lw8F9GBG206XE7i14n/7jV2mZJTCfQm8mRqdh2pkZk3ydOzNUcb uv5MqtgwAb3KhPWj++eZWYSrGfApT13ShW2XbfApPW8LkU35pH8s7OyJSPwMKw06lpws KYiaOOhI+de7a1FzjTlfuxqqKXME/5k/rf6pQT8DyB7GNDrDBDZvakHpyAUkGm2plvfn a54mP2CCzzp1zVoM4dDdM6O9zNxibIyTYQcdU/z3qXt9jo5TpEWI1cHZh+MoZykuFsvY 1e5A== X-Gm-Message-State: AHQUAuYuyxc8bpUmLq6W09lfo3+qp5fchecyXu/F99IybLGetVIFK3pw Xhtboq4vjJnkhIZlCb15R4hFSC4q X-Google-Smtp-Source: AHgI3Ibo9voXBsbC85uZ4pWo5BOVabT/Eyu/O7w+BakxEInfjOpw78aXrW+ztu3gvVV/LBwXq10pew== X-Received: by 2002:a2e:8446:: with SMTP id u6-v6mr2992453ljh.74.1548607699090; Sun, 27 Jan 2019 08:48:19 -0800 (PST) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id c15-v6sm2633852ljf.76.2019.01.27.08.48.14 (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 27 Jan 2019 08:48:18 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r343500 - head/sys/kern References: <201901271644.x0RGiRQS012097@repo.freebsd.org> Date: Sun, 27 Jan 2019 18:47:35 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: <201901271644.x0RGiRQS012097@repo.freebsd.org> User-Agent: Opera Mail/12.15 (FreeBSD) X-Rspamd-Queue-Id: 6840B722FC X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 16:48:27 -0000 Sun, 27 Jan 2019 18:44:27 +0200 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Andriy Voskoboinyk = : > Author: avos > Date: Sun Jan 27 16:44:27 2019 > New Revision: 343500 > URL: https://svnweb.freebsd.org/changeset/base/343500 > > Log: > m_getm2: correct a comment. > The comment states that function always return a top of allocated mbu= f; > however, the function actually return the overall mbuf chain top = > pointer. > Since there are already existing users of it (via m_getm(4) macro), > rephrase the comment and leave behavior unchanged. > PR: 134335 This should be PR: 134355