summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2020-03-26 11:37:10 -0700
committerDavid S. Miller <davem@davemloft.net>2020-03-26 19:39:26 -0700
commit6d82f67e2586cf6b090061ad301ae5f13fa1a0ee (patch)
treefc04c5e88190842cc4f5400a26243fd5a69219bb /net
parenta0a09f6bb2c1501e24246edf2a7d42558d263b2b (diff)
downloadlinux-6d82f67e2586cf6b090061ad301ae5f13fa1a0ee.tar.bz2
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>
Diffstat (limited to 'net')
-rw-r--r--net/core/devlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c
index e8508f77fdcd..05a8d1ec6e46 100644
--- a/net/core/devlink.c
+++ b/net/core/devlink.c
@@ -7741,7 +7741,7 @@ EXPORT_SYMBOL_GPL(devlink_region_snapshot_id_get);
* devlink_region_snapshot_create - create a new snapshot
* This will add a new snapshot of a region. The snapshot
* will be stored on the region struct and can be accessed
- * from devlink. This is useful for future analyses of snapshots.
+ * from devlink. This is useful for future analyses of snapshots.
* Multiple snapshots can be created on a region.
* The @snapshot_id should be obtained using the getter function.
*