Fix a typo introduced my my meddling with Ken's last commits

This commit is contained in:
Gregory Nutt 2014-09-22 11:40:59 -06:00
parent c87af6d589
commit e4e458b315

View File

@ -734,6 +734,7 @@ static size_t smartfs_status_read(FAR struct file *filep, FAR char *buffer,
if (procfs_data.blockerases == 0)
{
utilization = 100;
}
else
{
utilization = 100 * (procfs_data.blockerases * procfs_data.sectorsperblk -