diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-01-03 09:38:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-09 09:50:40 +0000 |
commit | cb10346cd5a858817e6bd838f424f827c7761d89 (patch) | |
tree | 97e618bf27fec0b19bad023d87b7ddaef8e30fd2 /src/soc/cavium/common | |
parent | 909870aba677bf6a30edc2ab971e312cb5826999 (diff) |
soc/cavium: Remove white spaces before tabs
Change-Id: I8213835ac18a31f1c10d80ba07b50d33f8abcbd9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30620
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/soc/cavium/common')
-rw-r--r-- | src/soc/cavium/common/bdk-coreboot.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/soc/cavium/common/bdk-coreboot.c b/src/soc/cavium/common/bdk-coreboot.c index ff30edfa79..a6e15e315d 100644 --- a/src/soc/cavium/common/bdk-coreboot.c +++ b/src/soc/cavium/common/bdk-coreboot.c @@ -39,10 +39,10 @@ * @param twsi_id which TWSI bus to use * @param dev_addr Device address (7 bit) * @param internal_addr - * Internal address. Can be 0, 1 or 2 bytes in width + * Internal address. Can be 0, 1 or 2 bytes in width * @param num_bytes Number of data bytes to read (1-4) * @param ia_width_bytes - * Internal address size in bytes (0, 1, or 2) + * Internal address size in bytes (0, 1, or 2) * * @return Read data, or -1 on failure */ @@ -77,14 +77,14 @@ int64_t bdk_twsix_read_ia(bdk_node_t node, int twsi_id, uint8_t dev_addr, * @param twsi_id which TWSI interface to use * @param dev_addr TWSI device address (7 bit only) * @param internal_addr - * TWSI internal address (0, 8, or 16 bits) + * TWSI internal address (0, 8, or 16 bits) * @param num_bytes Number of bytes to write (1-8) * @param ia_width_bytes - * internal address width, in bytes (0, 1, 2) - * @param data Data to write. Data is written MSB first on the twsi bus, and - * only the lower num_bytes bytes of the argument are valid. (If - * a 2 byte write is done, only the low 2 bytes of the argument is - * used. + * internal address width, in bytes (0, 1, 2) + * @param data Data to write. Data is written MSB first on the twsi bus, + * and only the lower num_bytes bytes of the argument are + * valid. If a 2 byte write is done, only the low 2 bytes of + * the argument is used. * * @return Zero on success, -1 on error */ |