Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbpf: Remove unnecessary conversion to bool #302

Closed
wants to merge 2 commits into from

Commits on Nov 6, 2020

  1. adding ci files

    kernel-patches-bot committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7ed8d57 View commit details
    Browse the repository at this point in the history
  2. libbpf: Remove unnecessary conversion to bool

    Fix following warning from coccinelle:
    
    ./tools/lib/bpf/libbpf.c:1478:43-48: WARNING: conversion to bool not needed here
    
    Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
    kaixuxiakx authored and kernel-patches-bot committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    baf4bca View commit details
    Browse the repository at this point in the history