• Randy Dunlap's avatar
    ecryptfs: fix printk format warning for size_t · 164974a8
    Randy Dunlap authored
    Fix printk format warning (from Linus's suggestion):
    
    on i386:
      fs/ecryptfs/miscdev.c:433:38: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int'
    
    and on x86_64:
      fs/ecryptfs/miscdev.c:433:38: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
    Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
    Cc:	Geert Uytterhoeven <geert@linux-m68k.org>
    Cc:	Tyler Hicks <tyhicks@canonical.com>
    Cc:	Dustin Kirkland <dustin.kirkland@gazzang.com>
    Cc:	ecryptfs@vger.kernel.org
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    164974a8
miscdev.c 16.7 KB