mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
net: netxen: fix code indentation
Remove additional character in the source to properly indent if branch. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a1f1627540
commit
c4cb8d0ac7
@@ -844,7 +844,7 @@ netxen_check_options(struct netxen_adapter *adapter)
|
||||
adapter->fw_version = NETXEN_VERSION_CODE(fw_major, fw_minor, fw_build);
|
||||
|
||||
/* Get FW Mini Coredump template and store it */
|
||||
if (NX_IS_REVISION_P3(adapter->ahw.revision_id)) {
|
||||
if (NX_IS_REVISION_P3(adapter->ahw.revision_id)) {
|
||||
if (adapter->mdump.md_template == NULL ||
|
||||
adapter->fw_version > prev_fw_version) {
|
||||
kfree(adapter->mdump.md_template);
|
||||
|
||||
Reference in New Issue
Block a user