@@ -246,7 +246,7 @@ typedef bool (*cond_update_fn_t)(struct trace_array *tr, void *cond_data);
246246 * tracing_snapshot_cond(tr, cond_data), the cond_data passed in is
247247 * passed in turn to the cond_snapshot.update() function. That data
248248 * can be compared by the update() implementation with the cond_data
249- * contained wihin the struct cond_snapshot instance associated with
249+ * contained within the struct cond_snapshot instance associated with
250250 * the trace_array. Because the tr->max_lock is held throughout the
251251 * update() call, the update() function can directly retrieve the
252252 * cond_snapshot and cond_data associated with the per-instance
@@ -271,7 +271,7 @@ typedef bool (*cond_update_fn_t)(struct trace_array *tr, void *cond_data);
271271 * take the snapshot, by returning 'true' if so, 'false' if no
272272 * snapshot should be taken. Because the max_lock is held for
273273 * the duration of update(), the implementation is safe to
274- * directly retrieven and save any implementation data it needs
274+ * directly retrieved and save any implementation data it needs
275275 * to in association with the snapshot.
276276 */
277277struct cond_snapshot {
@@ -573,7 +573,7 @@ struct tracer {
573573 * The function callback, which can use the FTRACE bits to
574574 * check for recursion.
575575 *
576- * Now if the arch does not suppport a feature, and it calls
576+ * Now if the arch does not support a feature, and it calls
577577 * the global list function which calls the ftrace callback
578578 * all three of these steps will do a recursion protection.
579579 * There's no reason to do one if the previous caller already
@@ -1479,7 +1479,7 @@ __trace_event_discard_commit(struct trace_buffer *buffer,
14791479/*
14801480 * Helper function for event_trigger_unlock_commit{_regs}().
14811481 * If there are event triggers attached to this event that requires
1482- * filtering against its fields, then they wil be called as the
1482+ * filtering against its fields, then they will be called as the
14831483 * entry already holds the field information of the current event.
14841484 *
14851485 * It also checks if the event should be discarded or not.
0 commit comments