Re: [PATCH] net: liquidio: fix a NULL pointer dereference

From: David Miller
Date: Sun Mar 10 2019 - 14:02:34 EST


From: Kangjie Lu <kjlu@xxxxxxx>
Date: Sun, 10 Mar 2019 03:19:15 -0500

> + netif_info(lio, rx_err, lio->netdev,
> + "Failed to allocate octeon_soft_command\n");

When a function call straddles mutliple lines, the second and subsequent lines
containing argument must start precisely at the first column after the openning
parenthesis of the first line.

You must use the appropriate number of TAB and SPACE characters necessary to
achieve this.