Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp852524ybl; Fri, 30 Aug 2019 08:06:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqx85LDtEBlr8Jbyj/XWW065XhlyclzdP23VX/wwzKydKtHVCTC1nJBBXhlTawAzMQdfhFAH X-Received: by 2002:a17:902:3064:: with SMTP id u91mr16267243plb.85.1567177579770; Fri, 30 Aug 2019 08:06:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567177579; cv=none; d=google.com; s=arc-20160816; b=EVc2XnGepZG62xD8L6sTHdaUVf1qfLNNmY/FqV/KMORTH659fuDUf9mVqcMtGlEGL1 nQIILgrG89kEmGE7q+xkaPoGwkMVcavo8t9qXhPqshYcq13DvS7JxkbY1iCSf4BmEIDr BqnfAZz4t01Njgvu/ZFsRdXAv7GNdq8q8MaTz+dzQbimKqBBWBkfw5YgEmIPwrKyqLLC juhBWGfLd2zNXHZHXZ2IK8JFKZDmMc5gDsZn2e2sE15zlpBw6OdtMKnwD6iZAiiTGdne A3kYGwEIoP8/SHMlgHNP1iTBLZ0FdOKoOuHpmTZ7yl18QaTbfVhcKwld9dk1e6G9eisf DCAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=k23KTOmRvB0eNFTnXEce31fPYb2niqFUbTzPbACd8Hk=; b=0cW7SMJObi4iq6MuUCg7YazVgEDYYF4ipatOGDW5SztGZ8qC1fdFs+Io72DGk/dASm pJ0zI+xkHeKRsAypVzUKDgFFtBtGMMjuB5QyHlpuuqcI5g0SQIowcb8B2ZMoNYSYVVka TBMLM90u2wuw8dLOkhyLlXZqyGU+gdazrH8pvYySTa5X+Se4GrSJSFr2QvNqBFiOKfGk EMGpXlaa9iVXHUFrGiGEa8pZR8aD7Oc2VwsCTFDNoYN1I+C4Usg5Z+icNbvMlMFWsh2F tZwRa3MlDaliGyNCAb6zRojsIlgT7mAyXbik0EKnp2sXYiFxrE6ywFQ2tr/sRxeMunFN aH1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g24si4612071pgh.416.2019.08.30.08.06.03; Fri, 30 Aug 2019 08:06:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728213AbfH3PDK (ORCPT + 99 others); Fri, 30 Aug 2019 11:03:10 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:39034 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727926AbfH3PDK (ORCPT ); Fri, 30 Aug 2019 11:03:10 -0400 Received: from ramsan ([84.194.98.4]) by xavier.telenet-ops.be with bizsmtp id vT382000305gfCL01T38bz; Fri, 30 Aug 2019 17:03:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i3iQe-0003gg-4Y; Fri, 30 Aug 2019 17:03:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i3iQe-0005MH-2B; Fri, 30 Aug 2019 17:03:08 +0200 From: Geert Uytterhoeven To: Lorenzo Pieralisi , Catalin Marinas , Amit Kucheria , Rob Herring , Mark Rutland Cc: Daniel Lezcano , Nicolas Pitre , Sebastian Capella , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/5] dt-bindings: arm: idle-states: Miscellaneous improvements Date: Fri, 30 Aug 2019 17:02:57 +0200 Message-Id: <20190830150302.20551-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org - Replace abbreviations "eg" and "ie" by "e.g." resp. "i.e.", - Correct references to wake-up delay, - Correct "constraints guarantees" to "constraint guarantees", - Add punctuation marks to improve readability, - Move exit-latency-us explanation to exit-latency-us section. Signed-off-by: Geert Uytterhoeven --- Split to ease review. Feel free to squash into a single commit. Geert Uytterhoeven (5): dt-bindings: arm: idle-states: Use "e.g." and "i.e." consistently dt-bindings: arm: idle-states: Correct references to wake-up delay dt-bindings: arm: idle-states: Correct "constraint guarantees" dt-bindings: arm: idle-states: Add punctuation to improve readability dt-bindings: arm: idle-states: Move exit-latency-us explanation .../devicetree/bindings/arm/idle-states.txt | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds