From 13189997111deac782df2be3db4e4669d5635ca2 Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Sun, 24 Nov 2019 11:39:40 -0800
Subject: rototiller: rototiller_fragmenter_t s/num/number/

Mechanical change removing abbreviation for consistency
---
 src/modules/plasma/plasma.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/modules/plasma')

diff --git a/src/modules/plasma/plasma.c b/src/modules/plasma/plasma.c
index cf32a41..ba34054 100644
--- a/src/modules/plasma/plasma.c
+++ b/src/modules/plasma/plasma.c
@@ -59,11 +59,11 @@ static void plasma_destroy_context(void *context)
 }
 
 
-static int plasma_fragmenter(void *context, const fb_fragment_t *fragment, unsigned num, fb_fragment_t *res_fragment)
+static int plasma_fragmenter(void *context, const fb_fragment_t *fragment, unsigned number, fb_fragment_t *res_fragment)
 {
 	plasma_context_t	*ctxt = context;
 
-	return fb_fragment_slice_single(fragment, ctxt->n_cpus, num, res_fragment);
+	return fb_fragment_slice_single(fragment, ctxt->n_cpus, number, res_fragment);
 }
 
 
-- 
cgit v1.2.3