linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: block_dev: Fix a typo
@ 2021-06-07  3:38 lijian_8010a29
  0 siblings, 0 replies; only message in thread
From: lijian_8010a29 @ 2021-06-07  3:38 UTC (permalink / raw)
  To: viro, axboe; +Cc: linux-fsdevel, linux-block, linux-kernel, lijian

From: lijian <lijian@yulong.com>

Change 'beeing' to 'being'.

Signed-off-by: lijian <lijian@yulong.com>
---
 fs/block_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/block_dev.c b/fs/block_dev.c
index b8abccd03e5d..b696be2c8eb4 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -935,7 +935,7 @@ static struct block_device *bdget(dev_t dev)
  * @bdev:	Block device to grab a reference to.
  *
  * Returns the block_device with an additional reference when successful,
- * or NULL if the inode is already beeing freed.
+ * or NULL if the inode is already being freed.
  */
 struct block_device *bdgrab(struct block_device *bdev)
 {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07  3:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  3:38 [PATCH] fs: block_dev: Fix a typo lijian_8010a29

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).