Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbdLUNtp (ORCPT ); Thu, 21 Dec 2017 08:49:45 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:40733 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbdLUNs4 (ORCPT ); Thu, 21 Dec 2017 08:48:56 -0500 X-Google-Smtp-Source: ACJfBouOH3t+jaM3FccLRnLEvxsoSMX66RoSl9tmDCs+WG3w95P0ptZumxGedHyq/v6S+N53WXR8UQ== From: Bartosz Golaszewski To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 3/5] dt-bindings: at24: fix formatting and style Date: Thu, 21 Dec 2017 14:48:40 +0100 Message-Id: <20171221134842.31287-4-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171221134842.31287-1-brgl@bgdev.pl> References: <20171221134842.31287-1-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2379 Lines: 60 Make formatting and style consistent for the entire document. This patch doesn't change the content of the binding. Signed-off-by: Bartosz Golaszewski Reviewed-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/eeprom/at24.txt | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt index 2702f2456971..1068b4309fed 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -2,7 +2,7 @@ EEPROMs (I2C) Required properties: - - compatible: must be one of the following: + - compatible: Must be one of the following: "atmel,24c00", "atmel,24c01", @@ -30,23 +30,23 @@ Required properties: will still work, but are now deprecated. - - reg : the I2C address of the EEPROM + - reg: The I2C address of the EEPROM. Optional properties: - - pagesize : the length of the pagesize for writing. Please consult the - manual of your device, that value varies a lot. A wrong value - may result in data loss! If not specified, a safety value of - '1' is used which will be very slow. + - pagesize: The length of the pagesize for writing. Please consult the + manual of your device, that value varies a lot. A wrong value + may result in data loss! If not specified, a safety value of + '1' is used which will be very slow. - - read-only: this parameterless property disables writes to the eeprom + - read-only: This parameterless property disables writes to the eeprom. - - size: total eeprom size in bytes + - size: Total eeprom size in bytes. - - no-read-rollover: - This parameterless property indicates that the multi-address - eeprom does not automatically roll over reads to the next - slave address. Please consult the manual of your device. + - no-read-rollover: This parameterless property indicates that the + multi-address eeprom does not automatically roll over + reads to the next slave address. Please consult the + manual of your device. - wp-gpios: GPIO to which the write-protect pin of the chip is connected. -- 2.15.1