]> Git Repo - linux.git/blob - arch/mips/vr41xx/common/type.c
NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
[linux.git] / arch / mips / vr41xx / common / type.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  *  type.c, System type for NEC VR4100 series.
4  *
5  *  Copyright (C) 2005  Yoichi Yuasa <[email protected]>
6  */
7
8 const char *get_system_type(void)
9 {
10         return "NEC VR4100 series";
11 }
This page took 0.032639 seconds and 4 git commands to generate.