[DTrace-devel] [PATCH 51/61] Fix some tabs

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jul 8 14:45:35 UTC 2022


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 libdtrace/dt_bpf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libdtrace/dt_bpf.c b/libdtrace/dt_bpf.c
index 8a739891..8d7f38f2 100644
--- a/libdtrace/dt_bpf.c
+++ b/libdtrace/dt_bpf.c
@@ -197,7 +197,7 @@ populate_probes_map(dtrace_hdl_t *dtp, int fd)
  * - aggs:	Aggregation data buffer map, associated with each CPU.  The
  *		map is implemented as a global per-CPU map with a singleton
  *		element (key 0).
- * - specs:     Map associating speculation IDs with a dt_bpf_specs_t struct
+ * - specs:	Map associating speculation IDs with a dt_bpf_specs_t struct
  *		giving the number of buffers speculated into for this
  *		speculation, and the number drained by userspace.
  * - buffers:	Perf event output buffer map, associating a perf event output
@@ -212,7 +212,7 @@ populate_probes_map(dtrace_hdl_t *dtp, int fd)
  *		buffer, and temporary storage for stack traces, string
  *		manipulation, etc.
  * - scratchmem: Storage for alloca() and other per-clause scratch space,
- *               implemented just as for mem.
+ *		implemented just as for mem.
  * - strtab:	String table map.  This is a global map with a singleton
  *		element (key 0) that contains the entire string table as a
  *		concatenation of all unique strings (each terminated with a
-- 
2.18.4




More information about the DTrace-devel mailing list