[PATCH] KConfig: Spellchecking 'similarity' and 'independent'
[linux-2.6-microblaze.git] / arch / powerpc / oprofile / common.c
index 27ad56b..fd0bbbe 100644 (file)
@@ -94,7 +94,7 @@ static int op_powerpc_create_files(struct super_block *sb, struct dentry *root)
 
        for (i = 0; i < model->num_counters; ++i) {
                struct dentry *dir;
-               char buf[3];
+               char buf[4];
 
                snprintf(buf, sizeof buf, "%d", i);
                dir = oprofilefs_mkdir(sb, root, buf);