lkml.org 
[lkml]   [2022]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 07/13] tty: serial: qcom-geni-serial: remove unneeded tabs
    Date
    From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

    Remove redundant indentation in struct member assignment.

    Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
    Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
    ---
    drivers/tty/serial/qcom_geni_serial.c | 24 ++++++++++++------------
    1 file changed, 12 insertions(+), 12 deletions(-)

    diff --git a/drivers/tty/serial/qcom_geni_serial.c b/drivers/tty/serial/qcom_geni_serial.c
    index fba02f71a874..68a1402fbe58 100644
    --- a/drivers/tty/serial/qcom_geni_serial.c
    +++ b/drivers/tty/serial/qcom_geni_serial.c
    @@ -141,26 +141,26 @@ static inline struct qcom_geni_serial_port *to_dev_port(struct uart_port *uport)
    static struct qcom_geni_serial_port qcom_geni_uart_ports[GENI_UART_PORTS] = {
    [0] = {
    .uport = {
    - .iotype = UPIO_MEM,
    - .ops = &qcom_geni_uart_pops,
    - .flags = UPF_BOOT_AUTOCONF,
    - .line = 0,
    + .iotype = UPIO_MEM,
    + .ops = &qcom_geni_uart_pops,
    + .flags = UPF_BOOT_AUTOCONF,
    + .line = 0,
    },
    },
    [1] = {
    .uport = {
    - .iotype = UPIO_MEM,
    - .ops = &qcom_geni_uart_pops,
    - .flags = UPF_BOOT_AUTOCONF,
    - .line = 1,
    + .iotype = UPIO_MEM,
    + .ops = &qcom_geni_uart_pops,
    + .flags = UPF_BOOT_AUTOCONF,
    + .line = 1,
    },
    },
    [2] = {
    .uport = {
    - .iotype = UPIO_MEM,
    - .ops = &qcom_geni_uart_pops,
    - .flags = UPF_BOOT_AUTOCONF,
    - .line = 2,
    + .iotype = UPIO_MEM,
    + .ops = &qcom_geni_uart_pops,
    + .flags = UPF_BOOT_AUTOCONF,
    + .line = 2,
    },
    },
    };
    --
    2.37.2
    \
     
     \ /
      Last update: 2022-11-23 12:10    [W:3.641 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site