Revision 34575ded6874a9d228c1166243149c347a4012de authored by Martin Liška on 12 August 2022, 11:42:56 UTC, committed by Arnaldo Carvalho de Melo on 12 August 2022, 13:22:49 UTC
Use tabs instead of 8 spaces for the indentation.

Signed-off-by: Martin Liška <mliska@suse.cz>
Link: http://lore.kernel.org/lkml/2983e2e0-6850-ad59-79d8-efe83b22cffe@suse.cz
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent e754dd7
Raw File
trace.c
// SPDX-License-Identifier: GPL-2.0
#include <linux/module.h>

#ifndef __CHECKER__
#include <net/cfg802154.h>
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "trace.h"

#endif
back to top