> diff --git a/Documentation/block/index.rst b/Documentation/block/index.rst > index 3fa7a52fafa46..026addfc69bc9 100644 > --- a/Documentation/block/index.rst > +++ b/Documentation/block/index.rst > @@ -14,6 +14,7 @@ Block > cmdline-partition > data-integrity > deadline-iosched > + inline-encryption > ioprio > kyber-iosched > null_blk > diff --git a/block/blk-crypto.c b/block/blk-crypto.c > index 7546363dc584e..18e1a4d64bd33 100644 > --- a/block/blk-crypto.c > +++ b/block/blk-crypto.c > @@ -3,6 +3,10 @@ > * Copyright 2019 Google LLC > */ > > +/* > + * Refer to Documentation/block/inline-encryption.rst for detailed explanation. > + */ > + These hunks should be in other patches.