modules: remove some zombie symbols - #555
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request removes two public function declarations: 📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present. |
port_get_rxq_buffer_us and port_allmulti_set declarations were left behind after dropping their implementation. Fixes: ec4cbdc ("port: always enable allmulti and simplify MAC filtering") Fixes: f371a5e ("port: use interrupt thread to monitor link status and speed") Signed-off-by: David Marchand <david.marchand@redhat.com> Reviewed-by: Robin Jarry <rjarry@redhat.com>
port_get_rxq_buffer_us and port_allmulti_set declarations were left behind after dropping their implementation.
Fixes: f371a5e ("port: use interrupt thread to monitor link status and speed")
Fixes: ec4cbdc ("port: always enable allmulti and simplify MAC filtering")
Summary by CodeRabbit