diff mbox series

[net-next,v4,02/11] sfc: Copy shared files needed for Siena (part 1)

Message ID 165211029089.5289.1091556750756406391.stgit@palantir17.mph.net (mailing list archive)
State Accepted
Commit bfa92e0bdc8ee5d444086fa25489de861a17b085
Delegated to: Netdev Maintainers
Headers show
Series : Move Siena into a separate subdirectory | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Series has a cover letter
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 7 maintainers not CCed: ihuguet@redhat.com moyufeng@huawei.com erik@kryo.se hkallweit1@gmail.com tanhuazhong@huawei.com huangguangbin2@huawei.com chenhao288@hisilicon.com
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param fail Was 0 now: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch fail + "WARNING: Insufficient MSI-X vectors" + "ERROR: No BAR%d mapping from the BIOS. " CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Comparison to NULL could be written "!addr" CHECK: Comparison to NULL could be written "!efx->type->monitor" CHECK: Comparison to NULL could be written "!name" CHECK: Comparison to NULL could be written "addr" CHECK: Comparison to NULL could be written "channel->rx_list" CHECK: Comparison to NULL could be written "strings" CHECK: Concatenated strings should use spaces between elements CHECK: Lines should not end with a '(' CHECK: Macro argument '_channel' may be better as '(_channel)' to avoid precedence issues CHECK: Macro argument '_tx_queue' may be better as '(_tx_queue)' to avoid precedence issues CHECK: Macro argument 'efx' may be better as '(efx)' to avoid precedence issues CHECK: Macro argument 'field' may be better as '(field)' to avoid precedence issues CHECK: Macro argument 'field_type' may be better as '(field_type)' to avoid precedence issues CHECK: Macro argument 'high' may be better as '(high)' to avoid precedence issues CHECK: Macro argument 'low' may be better as '(low)' to avoid precedence issues CHECK: Macro argument 'max' may be better as '(max)' to avoid precedence issues CHECK: Macro argument 'min' may be better as '(min)' to avoid precedence issues CHECK: Macro argument 'reg' may be better as '(reg)' to avoid precedence issues CHECK: No space is necessary after a cast CHECK: Please don't use multiple blank lines CHECK: Please use a blank line after function/struct/union/enum declarations CHECK: Unbalanced braces around else statement CHECK: Unnecessary parentheses around 'cmd->base.duplex != DUPLEX_FULL' CHECK: Unnecessary parentheses around 'cmd->base.speed == SPEED_1000' CHECK: Unnecessary parentheses around 'efx->rx_scatter != old_rx_scatter' CHECK: Unnecessary parentheses around 'efx->state != STATE_DISABLED' CHECK: Unnecessary parentheses around 'efx->state == STATE_DISABLED' CHECK: Unnecessary parentheses around 'efx->state == STATE_READY' CHECK: Unnecessary parentheses around 'efx->state == STATE_RECOVERY' CHECK: Unnecessary parentheses around 'net_dev->netdev_ops == &efx_netdev_ops' CHECK: braces {} should be used on all arms of this statement CHECK: multiple assignments should be avoided CHECK: spaces preferred around that '|' (ctx:VxE) ERROR: Macros with complex values should be enclosed in parentheses WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON() WARNING: Block comments use a trailing */ on a separate line WARNING: Comparisons should place the constant on the right side of the test WARNING: Missing a blank line after declarations WARNING: Possible repeated word: 'in' WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Prefer [subsystem eg: netdev]_err([subsystem]dev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... WARNING: Prefer strscpy over strlcpy - see: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/ WARNING: Single statement macros should not use a do {} while (0) loop WARNING: __always_unused or __maybe_unused is preferred over __attribute__((__unused__)) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? WARNING: do not add new typedefs WARNING: function definition argument 'u8' should also have an identifier name WARNING: kfree(NULL) is safe and this check is probably not required WARNING: line length of 81 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 83 exceeds 80 columns WARNING: line length of 84 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 88 exceeds 80 columns WARNING: line length of 89 exceeds 80 columns WARNING: line length of 92 exceeds 80 columns WARNING: line length of 93 exceeds 80 columns WARNING: line length of 99 exceeds 80 columns WARNING: memory barrier without comment WARNING: networking block comments don't use an empty /* line, use /* Comment... WARNING: quoted string split across lines
netdev/kdoc fail Errors and warnings before: 0 this patch: 3
netdev/source_inline fail Was 0 now: 3

Commit Message

Martin Habets May 9, 2022, 3:31 p.m. UTC
These are the files starting with b through i.
No changes are done, those will be done with subsequent commits.

Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
---
 drivers/net/ethernet/sfc/siena/bitfield.h       |    0 
 drivers/net/ethernet/sfc/siena/efx.c            |    0 
 drivers/net/ethernet/sfc/siena/efx.h            |    0 
 drivers/net/ethernet/sfc/siena/efx_channels.c   |    0 
 drivers/net/ethernet/sfc/siena/efx_channels.h   |    0 
 drivers/net/ethernet/sfc/siena/efx_common.c     |    0 
 drivers/net/ethernet/sfc/siena/efx_common.h     |    0 
 drivers/net/ethernet/sfc/siena/enum.h           |    0 
 drivers/net/ethernet/sfc/siena/ethtool.c        |    0 
 drivers/net/ethernet/sfc/siena/ethtool_common.c |    0 
 drivers/net/ethernet/sfc/siena/ethtool_common.h |    0 
 drivers/net/ethernet/sfc/siena/farch_regs.h     |    0 
 drivers/net/ethernet/sfc/siena/filter.h         |    0 
 drivers/net/ethernet/sfc/siena/io.h             |    0 
 14 files changed, 0 insertions(+), 0 deletions(-)
 copy drivers/net/ethernet/sfc/{bitfield.h => siena/bitfield.h} (100%)
 copy drivers/net/ethernet/sfc/{efx.c => siena/efx.c} (100%)
 copy drivers/net/ethernet/sfc/{efx.h => siena/efx.h} (100%)
 copy drivers/net/ethernet/sfc/{efx_channels.c => siena/efx_channels.c} (100%)
 copy drivers/net/ethernet/sfc/{efx_channels.h => siena/efx_channels.h} (100%)
 copy drivers/net/ethernet/sfc/{efx_common.c => siena/efx_common.c} (100%)
 copy drivers/net/ethernet/sfc/{efx_common.h => siena/efx_common.h} (100%)
 copy drivers/net/ethernet/sfc/{enum.h => siena/enum.h} (100%)
 copy drivers/net/ethernet/sfc/{ethtool.c => siena/ethtool.c} (100%)
 copy drivers/net/ethernet/sfc/{ethtool_common.c => siena/ethtool_common.c} (100%)
 copy drivers/net/ethernet/sfc/{ethtool_common.h => siena/ethtool_common.h} (100%)
 copy drivers/net/ethernet/sfc/{farch_regs.h => siena/farch_regs.h} (100%)
 copy drivers/net/ethernet/sfc/{filter.h => siena/filter.h} (100%)
 copy drivers/net/ethernet/sfc/{io.h => siena/io.h} (100%)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/sfc/bitfield.h b/drivers/net/ethernet/sfc/siena/bitfield.h
similarity index 100%
copy from drivers/net/ethernet/sfc/bitfield.h
copy to drivers/net/ethernet/sfc/siena/bitfield.h
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/siena/efx.c
similarity index 100%
copy from drivers/net/ethernet/sfc/efx.c
copy to drivers/net/ethernet/sfc/siena/efx.c
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/siena/efx.h
similarity index 100%
copy from drivers/net/ethernet/sfc/efx.h
copy to drivers/net/ethernet/sfc/siena/efx.h
diff --git a/drivers/net/ethernet/sfc/efx_channels.c b/drivers/net/ethernet/sfc/siena/efx_channels.c
similarity index 100%
copy from drivers/net/ethernet/sfc/efx_channels.c
copy to drivers/net/ethernet/sfc/siena/efx_channels.c
diff --git a/drivers/net/ethernet/sfc/efx_channels.h b/drivers/net/ethernet/sfc/siena/efx_channels.h
similarity index 100%
copy from drivers/net/ethernet/sfc/efx_channels.h
copy to drivers/net/ethernet/sfc/siena/efx_channels.h
diff --git a/drivers/net/ethernet/sfc/efx_common.c b/drivers/net/ethernet/sfc/siena/efx_common.c
similarity index 100%
copy from drivers/net/ethernet/sfc/efx_common.c
copy to drivers/net/ethernet/sfc/siena/efx_common.c
diff --git a/drivers/net/ethernet/sfc/efx_common.h b/drivers/net/ethernet/sfc/siena/efx_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/efx_common.h
copy to drivers/net/ethernet/sfc/siena/efx_common.h
diff --git a/drivers/net/ethernet/sfc/enum.h b/drivers/net/ethernet/sfc/siena/enum.h
similarity index 100%
copy from drivers/net/ethernet/sfc/enum.h
copy to drivers/net/ethernet/sfc/siena/enum.h
diff --git a/drivers/net/ethernet/sfc/ethtool.c b/drivers/net/ethernet/sfc/siena/ethtool.c
similarity index 100%
copy from drivers/net/ethernet/sfc/ethtool.c
copy to drivers/net/ethernet/sfc/siena/ethtool.c
diff --git a/drivers/net/ethernet/sfc/ethtool_common.c b/drivers/net/ethernet/sfc/siena/ethtool_common.c
similarity index 100%
copy from drivers/net/ethernet/sfc/ethtool_common.c
copy to drivers/net/ethernet/sfc/siena/ethtool_common.c
diff --git a/drivers/net/ethernet/sfc/ethtool_common.h b/drivers/net/ethernet/sfc/siena/ethtool_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/ethtool_common.h
copy to drivers/net/ethernet/sfc/siena/ethtool_common.h
diff --git a/drivers/net/ethernet/sfc/farch_regs.h b/drivers/net/ethernet/sfc/siena/farch_regs.h
similarity index 100%
copy from drivers/net/ethernet/sfc/farch_regs.h
copy to drivers/net/ethernet/sfc/siena/farch_regs.h
diff --git a/drivers/net/ethernet/sfc/filter.h b/drivers/net/ethernet/sfc/siena/filter.h
similarity index 100%
copy from drivers/net/ethernet/sfc/filter.h
copy to drivers/net/ethernet/sfc/siena/filter.h
diff --git a/drivers/net/ethernet/sfc/io.h b/drivers/net/ethernet/sfc/siena/io.h
similarity index 100%
copy from drivers/net/ethernet/sfc/io.h
copy to drivers/net/ethernet/sfc/siena/io.h