From 597ae4685a5654fbb542227cd08283071276d05a Mon Sep 17 00:00:00 2001 From: Andreas Platschek Date: Mon, 19 May 2014 13:37:25 +0000 Subject: [PATCH] staging: lustre: check length of char array This fixes the following sparse error: drivers/staging/lustre/lustre/obdclass/llog_ioctl.c:388:39: error: incompatible types for operation (>) drivers/staging/lustre/lustre/obdclass/llog_ioctl.c:388:39: left side has type char *ioc_inlbuf2 drivers/staging/lustre/lustre/obdclass/llog_ioctl.c:388:39: right side has type int Signed-off-by: Andreas Platschek Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed