scritp: update merge check pl

PD#146811
':' and extral message folling PD#xxxx is not a must in line three

Change-Id: Ibe115f6a64bc267730020aaa52f8b21adb2f66a5
Signed-off-by: Jianxin <jianxin.pan@amlogic.com>
This commit is contained in:
Jianxin
2018-08-10 18:54:11 +08:00
committed by Jianxin Pan
parent 2d5f3dc464
commit 49d2203703
2 changed files with 1 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ sub check_msg_49
if( $lnum == 7 )
{
if( $line !~ /^(\s){4}PD\#(\d)+:(\s\w.*)*$/ )
if( $line !~ /^(\s){4}PD\#(\d)+/ )
{
$err_cnt += 1;
$line =~ s/^(\s){4}//;

0
scripts/amlogic/mk_dtb_gx.sh Normal file → Executable file
View File