]> Git Repo - linux.git/commitdiff
xen/blkback: Make description more obvious.
authorKonrad Rzeszutek Wilk <[email protected]>
Wed, 3 Aug 2011 15:12:17 +0000 (11:12 -0400)
committerKonrad Rzeszutek Wilk <[email protected]>
Tue, 9 Aug 2011 15:12:14 +0000 (11:12 -0400)
With the frontend having Xen but the backend not, it just looks odd:

  <*>   Xen virtual block device support
  <*>   Block-device backend driver

Fix it to have the 'Xen' in front of it.

Reported-by: Sander Eikelenboom <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
drivers/block/Kconfig

index 717d6e4e18d3d08086fd2d5365574adbd613aef8..a89ebf1b28aa0961d962a41990028940c8d1b61a 100644 (file)
@@ -471,7 +471,7 @@ config XEN_BLKDEV_FRONTEND
          in another domain which drives the actual block device.
 
 config XEN_BLKDEV_BACKEND
-       tristate "Block-device backend driver"
+       tristate "Xen block-device backend driver"
        depends on XEN_BACKEND
        help
          The block-device backend driver allows the kernel to export its
This page took 0.057911 seconds and 4 git commands to generate.