From patchwork Thu Feb 28 18:45:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrii Nakryiko X-Patchwork-Id: 1049707 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="QsfzrwxP"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 449M1s3CRXz9s2R for ; Fri, 1 Mar 2019 05:45:36 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388294AbfB1Spf (ORCPT ); Thu, 28 Feb 2019 13:45:35 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:47768 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727754AbfB1Spe (ORCPT ); Thu, 28 Feb 2019 13:45:34 -0500 Received: from pps.filterd (m0044012.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x1SIYE1M024605 for ; Thu, 28 Feb 2019 10:45:34 -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=uZuDycgbSWTcXYd7s51klFS9UPLxs+lBNHeButsandg=; b=QsfzrwxPEio1Wi2xQ3J6w/6gA54jr59ajEiR10DNwO4kW6WyyarNBs/pVOadw1Fr+HTp lHboWKt2RLb4bedsliskr2YrFQad0VRB+rEAA2FCn+cgDgHzFRJE8Y4pKRkMUD9di73T LJ0GdN738WOfv2QVEtz3csyz7i8KTg5LUXY= Received: from maileast.thefacebook.com ([199.201.65.23]) by mx0a-00082601.pphosted.com with ESMTP id 2qxj3x0rwg-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 28 Feb 2019 10:45:34 -0800 Received: from mx-out.facebook.com (2620:10d:c0a1:3::13) by mail.thefacebook.com (2620:10d:c021:18::173) 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 10:45:30 -0800 Received: by devvm7221.prn2.facebook.com (Postfix, from userid 137359) id B1D93C1290BD; Thu, 28 Feb 2019 10:45:29 -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 bpf-next 0/4] bpf docs and comments typo and formatting fixes Date: Thu, 28 Feb 2019 10:45:08 -0800 Message-ID: <20190228184512.198075-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-02-28_10:, , 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 typo, formatting, and documentation fixes. Andrii Nakryiko (4): docs/btf: fix typos, improve wording docs/btf: reflow text to fill up to 78 characters bpf: fix formatting, typos, reflow comments in syscall.c, verifier.c docs/bpf: minor fixes Documentation/bpf/bpf_design_QA.rst | 24 +-- Documentation/bpf/btf.rst | 316 +++++++++++++--------------- Documentation/networking/filter.txt | 2 +- kernel/bpf/syscall.c | 5 +- kernel/bpf/verifier.c | 169 ++++++++------- 5 files changed, 247 insertions(+), 269 deletions(-)