fdisk: tweak some messages
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Aug 2016 15:18:45 +0000 (17:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Aug 2016 15:18:45 +0000 (17:18 +0200)
commit29483ffb075f1a64d2183ebe188b83f5704ba637
tree16651b685d79ed5959c024a299df27b5ee5c8f36
parent607f2b404e992174d7c5956d11e8f35f78d2701f
fdisk: tweak some messages

"Total allocated sectors 2021315 greater than the maximum 2020356"

maximum what?

Turns out, that's the CHS size of the disk.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk.c