devlink: trivial: fix tab in function documentation
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 26 Mar 2020 18:37:10 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 02:39:26 +0000 (19:39 -0700)
commit6d82f67e2586cf6b090061ad301ae5f13fa1a0ee
treefc04c5e88190842cc4f5400a26243fd5a69219bb
parenta0a09f6bb2c1501e24246edf2a7d42558d263b2b
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>
net/core/devlink.c