[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190310.110231.436843080539934421.davem@davemloft.net>
Date: Sun, 10 Mar 2019 11:02:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kjlu@....edu
Cc: pakki001@....edu, dchickles@...vell.com, sburla@...vell.com,
fmanlunas@...vell.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: liquidio: fix a NULL pointer dereference
From: Kangjie Lu <kjlu@....edu>
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.
Powered by blists - more mailing lists