#!/bin/bash
FILE=$PWD/$1

cd "/home/root/lyra-sdk/kernel-6.1/" && ./scripts/checkpatch.pl -f $FILE 
