diff options
Diffstat (limited to 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c')
| -rw-r--r-- | drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c b/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c index 0de3f677135a..b23c11b0647c 100644 --- a/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c +++ b/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c @@ -387,7 +387,7 @@ static const char * const test_admin_info_expect[] = {  	"default_cnt: 73\n",  	"require_cnt_dis: 0\n",  	"version: 1\n", -	"vtype: 3\n", +	"vtype: 4\n",  	"vinst: 0\n",  	"ingress: 1\n",  	"first_cid: 10000\n", @@ -435,7 +435,7 @@ static const char * const test_admin_expect[] = {  	"default_cnt: 73\n",  	"require_cnt_dis: 0\n",  	"version: 1\n", -	"vtype: 3\n", +	"vtype: 4\n",  	"vinst: 0\n",  	"ingress: 1\n",  	"first_cid: 8000000\n",  |