From patchwork Fri Mar 1 01:12:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrii Nakryiko X-Patchwork-Id: 1049882 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=fb.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=fb.com header.i=@fb.com header.b="FfVUSNHI"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 449WcS2VQnz9s47 for ; Fri, 1 Mar 2019 12:12:40 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732808AbfCABM3 (ORCPT ); Thu, 28 Feb 2019 20:12:29 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:40390 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728553AbfCABM2 (ORCPT ); Thu, 28 Feb 2019 20:12:28 -0500 Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2110Fs2005804 for ; Thu, 28 Feb 2019 17:12:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=facebook; bh=8txS0RO+eBIf3qV2C17zMerL0ZBEHVCw4h2k93uNAHg=; b=FfVUSNHI46ArCGVfgbbVkzUOLpueOTwBOc/XrLJ335icl/gufLygaSyabQfnkQOR4O5N rUe1AoBIITKhI0zg1NCDCEUbyIFExu0fROThU2Y0rZouYJ9pepgbvXIOpkmyMzPfiPvt kK38tVOBdehUrKyluQIB2RQrTPbMz4m/ZEE= Received: from mail.thefacebook.com ([199.201.64.23]) by mx0a-00082601.pphosted.com with ESMTP id 2qxqw2gjmn-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 28 Feb 2019 17:12:28 -0800 Received: from mx-out.facebook.com (2620:10d:c081:10::13) by mail.thefacebook.com (2620:10d:c081:35::126) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA) id 15.1.1531.3; Thu, 28 Feb 2019 17:12:25 -0800 Received: by devvm7221.prn2.facebook.com (Postfix, from userid 137359) id 70319C16801E; Thu, 28 Feb 2019 17:12:25 -0800 (PST) Smtp-Origin-Hostprefix: devvm From: Andrii Nakryiko Smtp-Origin-Hostname: devvm7221.prn2.facebook.com To: , , , , , , CC: Andrii Nakryiko Smtp-Origin-Cluster: prn2c23 Subject: [PATCH v2 bpf-next 0/3] bpf docs typo, wording and formatting fixes Date: Thu, 28 Feb 2019 17:12:18 -0800 Message-ID: <20190301011221.1290474-1-andriin@fb.com> X-Mailer: git-send-email 2.17.1 X-FB-Internal: Safe MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-03-01_01:, , signatures=0 X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org A bunch of BPF-related docs typo, wording and formatting fixes. v1->v2: - split off non-documentation changes into separate patchset Andrii Nakryiko (3): docs/btf: fix typos, improve wording docs/btf: reflow text to fill up to 78 characters docs/bpf: minor casing/punctuation fixes Documentation/bpf/bpf_design_QA.rst | 24 +-- Documentation/bpf/btf.rst | 316 +++++++++++++--------------- Documentation/networking/filter.txt | 2 +- 3 files changed, 160 insertions(+), 182 deletions(-) Acked-by: Song Liu