Remove an off by one error detecting the end of the array.
commit62d193963983d9ec15cbb3be37e1ac396768cf09
authorDan Carpenter <dcarpenter@usbsys.site>
Tue, 5 Aug 2008 19:56:57 +0000 (5 22:56 +0300)
committerDan Carpenter <dcarpenter@usbsys.site>
Tue, 5 Aug 2008 19:56:57 +0000 (5 22:56 +0300)
tree513af00f3164481d617be8986a1e04bd3f81748f
parenta91632e27596413a334c8caff23775135c44d979
Remove an off by one error detecting the end of the array.

Technically it's not an error it's more of a warning.
But really it's an error.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_derefed_params.c