Commit 6d82f67e2586cf6b090061ad301ae5f13fa1a0ee

Authored by Jacob Keller
Committed by David S. Miller
1 parent a0a09f6bb2

devlink: trivial: fix tab in function documentation

The function documentation comment for devlink_region_snapshot_create
included a literal tab character between 'future analyses' that was
difficult to spot as it happened to only display as one space wide.

Fix the comment to use a space here instead of a stray tab appearing in
the middle of a sentence.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -7741,7 +7741,7 @@
7741 7741 * devlink_region_snapshot_create - create a new snapshot
7742 7742 * This will add a new snapshot of a region. The snapshot
7743 7743 * will be stored on the region struct and can be accessed
7744   - * from devlink. This is useful for future analyses of snapshots.
  7744 + * from devlink. This is useful for future analyses of snapshots.
7745 7745 * Multiple snapshots can be created on a region.
7746 7746 * The @snapshot_id should be obtained using the getter function.
7747 7747 *