diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_phy_internal.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_phy_internal.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap_phy_internal.c b/arch/arm/mach-omap2/omap_phy_internal.c index 21c6e7929d37..a1d001170a68 100644 --- a/arch/arm/mach-omap2/omap_phy_internal.c +++ b/arch/arm/mach-omap2/omap_phy_internal.c @@ -1,11 +1,11 @@  // SPDX-License-Identifier: GPL-2.0-or-later  /* -  * This file configures the internal USB PHY in OMAP4430. Used -  * with TWL6030 transceiver and MUSB on OMAP4430. -  * -  * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com -  * Author: Hema HK <[email protected]> -  */ + * This file configures the internal USB PHY in OMAP4430. Used + * with TWL6030 transceiver and MUSB on OMAP4430. + * + * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com + * Author: Hema HK <[email protected]> + */  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt  |